diff options
author | Sandeep Sheriker M <sandeep.sheriker@microchip.com> | 2019-08-14 00:42:13 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 23:08:00 +0200 |
commit | 4fe08476ce889389bfb3c24ad04e03e5ea4d65bf (patch) | |
tree | fdc747dd4facc933779bf0151e47ae99fc12f206 | |
parent | 8309a3c8b1efb4b79efc539d9c6439cdee7f935d (diff) | |
download | upstream-4fe08476ce889389bfb3c24ad04e03e5ea4d65bf.tar.gz upstream-4fe08476ce889389bfb3c24ad04e03e5ea4d65bf.tar.bz2 upstream-4fe08476ce889389bfb3c24ad04e03e5ea4d65bf.zip |
uboot-at91: add at91sam9x5ek soc
add support to build u-boot binaries for at91sam9x5ek socs.
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
-rw-r--r-- | package/boot/uboot-at91/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index 15a26be9da..90f1a3bd80 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -38,6 +38,14 @@ define U-Boot/at91sam9x5ek_nandflash at91sam9x35ek endef +define U-Boot/at91sam9x5ek_mmc + NAME:=AT91SAM9X5-EK board (SDcard) + BUILD_SUBTARGET:=sam9x + BUILD_DEVICES:=at91sam9g15ek at91sam9g25ek \ + at91sam9g35ek at91sam9x25ek \ + at91sam9x35ek +endef + define U-Boot/sama5d3_xplained_nandflash NAME:=SAMA5D3 Xplained board (NandFlash) BUILD_SUBTARGET:=sama5 @@ -107,6 +115,7 @@ endef UBOOT_TARGETS := \ at91sam9m10g45ek_nandflash \ at91sam9x5ek_nandflash \ + at91sam9x5ek_mmc \ sama5d3_xplained_nandflash \ sama5d3_xplained_mmc \ sama5d2_xplained_mmc \ |