aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2022-07-28 13:12:34 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2022-09-02 20:43:51 +0200
commit9a49788008c18fd4fe6fefe9697962c102fb14c6 (patch)
treeff11718d6df85f50bf2783ea80b7f67ad6af95bb /package/boot
parent6c302b900979c3bad2a7764f72f23ccc2d2a33a4 (diff)
downloadupstream-9a49788008c18fd4fe6fefe9697962c102fb14c6.tar.gz
upstream-9a49788008c18fd4fe6fefe9697962c102fb14c6.tar.bz2
upstream-9a49788008c18fd4fe6fefe9697962c102fb14c6.zip
uboot-at91: use sdmmc0 as booting media for sama5d27_som1_ek
Commit adc69fe (""uboot-at91: changed som1 ek default defconfigs") changed the booting media to sdmmc1 as default booting w/o any reason. The Microchip releases for the rest of supported distributions (Buildroot, Yocto Project) uses sdmmc0 as default booting media for this board. Thus change it back to sdmmc0. With this remove references to sdmmc1 config. The initial commit cannot be cleanly reverted. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-at91/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile
index d75e3ba3af..f75a387836 100644
--- a/package/boot/uboot-at91/Makefile
+++ b/package/boot/uboot-at91/Makefile
@@ -107,8 +107,8 @@ define U-Boot/sama5d4_xplained_nandflash
BUILD_DEVICES:=microchip_sama5d3-xplained
endef
-define U-Boot/sama5d27_som1_ek_mmc1
- NAME:=SAMA5D27 SOM1 Ek (SDCard1)
+define U-Boot/sama5d27_som1_ek_mmc
+ NAME:=SAMA5D27 SOM1 Ek (SDCard0)
BUILD_SUBTARGET:=sama5
BUILD_DEVICES:=microchip_sama5d27-som1-ek
endef
@@ -163,7 +163,7 @@ UBOOT_TARGETS := \
sama5d4_xplained_mmc \
sama5d4_xplained_spiflash \
sama5d4_xplained_nandflash\
- sama5d27_som1_ek_mmc1 \
+ sama5d27_som1_ek_mmc \
sama5d27_som1_ek_qspiflash \
sama5d27_wlsom1_ek_mmc \
sama5d27_wlsom1_ek_qspiflash \