mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 02:46:48 +00:00
at91bootstrap: use sdmmc0 as booting media for sama5d27_som1_ek
Commit 0b7c66c ("at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig") changed default booting media for sama5d27_som1_ek board w/o any reason. Changed it back to sdmmc0 as it is for all the other Microchip supported distributions for this board (Buildroot, Yocto Project). The initial commit cannot be cleanly reverted. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
parent
9a49788008
commit
e9f12931e6
@ -136,12 +136,6 @@ define AT91Bootstrap/sama5d27_som1_eksd_uboot
|
|||||||
BUILD_DEVICES:=microchip_sama5d27-som1-ek
|
BUILD_DEVICES:=microchip_sama5d27-som1-ek
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define AT91Bootstrap/sama5d27_som1_eksd1_uboot
|
|
||||||
TITLE:=AT91Bootstrap for SAMA5D27 SOM1 Ek (SDcard1)
|
|
||||||
BUILD_SUBTARGET:=sama5
|
|
||||||
BUILD_DEVICES:=microchip_sama5d27-som1-ek
|
|
||||||
endef
|
|
||||||
|
|
||||||
define AT91Bootstrap/sama5d27_som1_ekqspi_uboot
|
define AT91Bootstrap/sama5d27_som1_ekqspi_uboot
|
||||||
TITLE:=AT91Bootstrap for SAMA5D27 SOM1 Ek (QSPI Flash)
|
TITLE:=AT91Bootstrap for SAMA5D27 SOM1 Ek (QSPI Flash)
|
||||||
BUILD_SUBTARGET:=sama5
|
BUILD_SUBTARGET:=sama5
|
||||||
@ -193,7 +187,7 @@ AT91BOOTSTRAP_TARGETS := \
|
|||||||
sama5d4_xplainednf_uboot_secure \
|
sama5d4_xplainednf_uboot_secure \
|
||||||
sama5d4_xplaineddf_uboot_secure \
|
sama5d4_xplaineddf_uboot_secure \
|
||||||
sama5d4_xplainedsd_uboot_secure \
|
sama5d4_xplainedsd_uboot_secure \
|
||||||
sama5d27_som1_eksd1_uboot \
|
sama5d27_som1_eksd_uboot \
|
||||||
sama5d27_som1_ekqspi_uboot \
|
sama5d27_som1_ekqspi_uboot \
|
||||||
sama5d27_wlsom1_eksd_uboot \
|
sama5d27_wlsom1_eksd_uboot \
|
||||||
sama5d27_wlsom1_ekdf_qspi_uboot \
|
sama5d27_wlsom1_ekdf_qspi_uboot \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user