[LEDE-DEV] [PATCH 3/3] uboot-at91: Add support for SAMA5D27 SOM1 EK board
Sandeep Sheriker Mallikarjun
sandeepsheriker.mallikarjun at microchip.com
Mon Jan 8 15:23:57 PST 2018
Add support for SAMA5D27 SOM1 EK board.
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
---
package/boot/uboot-at91/Makefile | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile
index ae2e888..c1d5cac 100644
--- a/package/boot/uboot-at91/Makefile
+++ b/package/boot/uboot-at91/Makefile
@@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
-PKG_VERSION:=2016.05
+PKG_VERSION:=2017.11
PKG_RELEASE:=1
-PKG_HASH:=87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8956dcb171
+PKG_HASH:=6a018fd3caf58f3dcfa23ee989a82bd35df03af71872b9dca8c6d758a0d26c05
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk
@@ -74,6 +74,12 @@ define U-Boot/sama5d4_xplained_nandflash
BUILD_DEVICES:=at91-sama5d4_xplained
endef
+define U-Boot/sama5d27_som1_ek_mmc
+ NAME:=SAMA5D27 SOM1 EK (SDcard)
+ BUILD_SUBTARGET:=sama5
+ BUILD_DEVICES:=at91-sama5d27_som1_ek
+endef
+
UBOOT_TARGETS := \
at91sam9m10g45ek_nandflash \
at91sam9x5ek_nandflash \
@@ -83,7 +89,8 @@ UBOOT_TARGETS := \
sama5d2_xplained_spiflash \
sama5d4_xplained_mmc \
sama5d4_xplained_spiflash \
- sama5d4_xplained_nandflash
+ sama5d4_xplained_nandflash \
+ sama5d27_som1_ek_mmc
UBOOT_MAKE_FLAGS:=
--
2.7.4
More information about the Lede-dev
mailing list