|
|
@@ -30,9 +30,23 @@ define U-Boot/at91sam9x5ek_nandflash
|
|
|
BUILD_SUBTARGET:=legacy
|
|
|
endef
|
|
|
|
|
|
+define uboot/sama5d3_xplained_nandflash
|
|
|
+ TITLE:=U-Boot for the SAMA5D3 Xplained board (NandFlash)
|
|
|
+ BUILD_SUBTARGET:=sama5
|
|
|
+ BUILD_DEVICES:=at91-sama5d3_xplained
|
|
|
+endef
|
|
|
+
|
|
|
+define uboot/sama5d3_xplained_mmc
|
|
|
+ TITLE:=U-Boot for the SAMA5D3 Xplained board (SDcard)
|
|
|
+ BUILD_SUBTARGET:=sama5
|
|
|
+ BUILD_DEVICES:=at91-sama5d3_xplained
|
|
|
+endef
|
|
|
+
|
|
|
UBOOT_TARGETS := \
|
|
|
at91sam9m10g45ek_nandflash \
|
|
|
- at91sam9x5ek_nandflash
|
|
|
+ at91sam9x5ek_nandflash \
|
|
|
+ sama5d3_xplained_nandflash \
|
|
|
+ sama5d3_xplained_mmc
|
|
|
|
|
|
define Build/Compile
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|