diff options
Diffstat (limited to 'target/linux/at91/image')
-rw-r--r-- | target/linux/at91/image/sama5.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk index f8e05aae93..ae34943321 100644 --- a/target/linux/at91/image/sama5.mk +++ b/target/linux/at91/image/sama5.mk @@ -54,6 +54,17 @@ define Build/at91-sdcard rm -f $@.img $@.boot $@-uboot.env $@-uboot-env.txt) endef +define Device/microchip_sama5d2-icp + $(Device/evaluation-dtb) + DEVICE_VENDOR := Microchip + DEVICE_MODEL := SAMA5D2 ICP + DEVICE_DTS := at91-sama5d2_icp + SUPPORTED_DEVICES := microchip,sama5d2-icp + KERNEL_SIZE := 6144k + $(Device/evaluation-sdimage) +endef +TARGET_DEVICES += microchip_sama5d2-icp + define Device/microchip_sama5d2-xplained $(Device/evaluation-dtb) DEVICE_VENDOR := Microchip |