[LEDE-DEV] [PATCH v1 1/4] at91: Add DEVICE_PACKAGES for sama5
Sandeep Sheriker Mallikarjun
sandeepsheriker.mallikarjun at microchip.com
Fri Oct 13 10:21:49 PDT 2017
Added DEVICE_PACKAGES for sama5 to include at91bootstrap & u-boot in
default Snapshot build.
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
---
target/linux/at91/image/sama5.mk | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk
index 580b51e..1610815 100644
--- a/target/linux/at91/image/sama5.mk
+++ b/target/linux/at91/image/sama5.mk
@@ -3,6 +3,11 @@ define Device/at91-sama5d3_xplained
DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D3 Xplained
KERNEL_SIZE := 6144k
SUBPAGESIZE := 2048
+ DEVICE_PACKAGES += \
+ at91bootstrap-sama5d3_xplainednf_uboot \
+ at91bootstrap-sama5d3_xplainedsd_uboot \
+ u-boot-sama5d3_xplained_mmc \
+ u-boot-sama5d3_xplained_nandflash
endef
TARGET_DEVICES += at91-sama5d3_xplained
@@ -11,6 +16,12 @@ define Device/at91-sama5d2_xplained
DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 Xplained
KERNEL_SIZE := 6144k
SUBPAGESIZE := 2048
+ DEVICE_PACKAGES += \
+ at91bootstrap-sama5d2_xplaineddf_qspi_uboot \
+ at91bootstrap-sama5d2_xplaineddf_uboot \
+ at91bootstrap-sama5d2_xplainedsd_uboot \
+ u-boot-sama5d2_xplained_mmc \
+ u-boot-sama5d2_xplained_spiflash
endef
TARGET_DEVICES += at91-sama5d2_xplained
@@ -19,5 +30,12 @@ define Device/at91-sama5d4_xplained
DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained
KERNEL_SIZE := 6144k
SUBPAGESIZE := 2048
+ DEVICE_PACKAGES += \
+ at91bootstrap-sama5d4_xplaineddf_uboot_secure \
+ at91bootstrap-sama5d4_xplainednf_uboot_secure \
+ at91bootstrap-sama5d4_xplainedsd_uboot_secure \
+ u-boot-sama5d4_xplained_mmc \
+ u-boot-sama5d4_xplained_nandflash \
+ u-boot-sama5d4_xplained_spiflash
endef
TARGET_DEVICES += at91-sama5d4_xplained
--
2.7.4
More information about the Lede-dev
mailing list