uboot-at91: Add support for SAMA5D2 Xplained board
Add support for SAMA5D2 Xplained board and options to select & build u-boot configs for different media storage. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
This commit is contained in:
parent
8f1764b98a
commit
dacab6472d
1 changed files with 16 additions and 1 deletions
|
@ -42,11 +42,26 @@ define uboot/sama5d3_xplained_mmc
|
||||||
BUILD_DEVICES:=at91-sama5d3_xplained
|
BUILD_DEVICES:=at91-sama5d3_xplained
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define uboot/sama5d2_xplained_spiflash
|
||||||
|
TITLE:=U-Boot for the SAMA5D2 Xplained board (SPI Flash)
|
||||||
|
BUILD_SUBTARGET:=sama5
|
||||||
|
BUILD_DEVICES:=at91-sama5d2_xplained
|
||||||
|
endef
|
||||||
|
|
||||||
|
define uboot/sama5d2_xplained_mmc
|
||||||
|
TITLE:=U-Boot for the SAMA5D2 Xplained board (SDcard/EMMC)
|
||||||
|
BUILD_SUBTARGET:=sama5
|
||||||
|
BUILD_DEVICES:=at91-sama5d2_xplained
|
||||||
|
endef
|
||||||
|
|
||||||
UBOOT_TARGETS := \
|
UBOOT_TARGETS := \
|
||||||
at91sam9m10g45ek_nandflash \
|
at91sam9m10g45ek_nandflash \
|
||||||
at91sam9x5ek_nandflash \
|
at91sam9x5ek_nandflash \
|
||||||
sama5d3_xplained_nandflash \
|
sama5d3_xplained_nandflash \
|
||||||
sama5d3_xplained_mmc
|
sama5d3_xplained_mmc \
|
||||||
|
sama5d2_xplained_mmc \
|
||||||
|
sama5d2_xplained_spiflash
|
||||||
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
|
|
Loading…
Reference in a new issue