[PATCH RFC u-boot-mvebu 54/59] arm: mvebu: clearfog: Add defconfig for SATA booting
Pali Rohár
pali at kernel.org
Tue Feb 21 21:19:20 CET 2023
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 at 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 --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
--
2.20.1
More information about the U-Boot
mailing list