diff mbox series

[RFC,u-boot-mvebu,54/59] arm: mvebu: clearfog: Add defconfig for SATA booting

Message ID 20230221201925.9644-55-pali@kernel.org
State RFC
Delegated to: Stefan Roese
Headers show
Series arm: mvebu: Various fixes | expand

Commit Message

Pali Rohár Feb. 21, 2023, 8:19 p.m. UTC
This new clearfog_sata_defconfig file is copy of existing
clearfog_defconfig file and changed to instruct build system to
generate final kwbimage for SATA booting.

This change is more readable via git option --find-copies-harder.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 configs/{clearfog_defconfig => clearfog_sata_defconfig} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy configs/{clearfog_defconfig => clearfog_sata_defconfig} (98%)
diff mbox series

Patch

diff --git a/configs/clearfog_defconfig b/configs/clearfog_sata_defconfig
similarity index 98%
copy from configs/clearfog_defconfig
copy to configs/clearfog_sata_defconfig
index f91942865a3b..e9b36150eae9 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_sata_defconfig
@@ -7,7 +7,7 @@  CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
 CONFIG_NR_DRAM_BANKS=2
 CONFIG_TARGET_CLEARFOG=y
-CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC=y
+CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-388-clearfog"
 CONFIG_SPL_TEXT_BASE=0x40000030
 CONFIG_SPL_SERIAL=y