From 4fe08476ce889389bfb3c24ad04e03e5ea4d65bf Mon Sep 17 00:00:00 2001 From: Sandeep Sheriker M Date: Wed, 14 Aug 2019 00:42:13 +0000 Subject: [PATCH] uboot-at91: add at91sam9x5ek soc add support to build u-boot binaries for at91sam9x5ek socs. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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 \