]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
socfpga: Remove incorrect CONFIG_SPL_LDSCRIPT settings
authorTom Rini <trini@konsulko.com>
Thu, 5 Feb 2026 22:16:45 +0000 (16:16 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 14 Feb 2026 17:06:46 +0000 (11:06 -0600)
These platforms set CONFIG_SPL_LDSCRIPT to a file that doesn't exist,
and in turn were using the default of arch/arm/cpu/armv8/u-boot-spl.lds
instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
configs/socfpga_agilex7m_defconfig
configs/socfpga_n5x_atf_defconfig
configs/socfpga_n5x_vab_defconfig
configs/socfpga_stratix10_atf_defconfig

index 0a8c58234b95b6bd842b24abdbaf610c645ccd5c..d3ecca436efd34acbe405dfa302f843fda2bd5bb 100644 (file)
@@ -1,7 +1,6 @@
 #include <configs/socfpga_agilex_defconfig>
 
 CONFIG_NR_DRAM_BANKS=1
-CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
 # CONFIG_TARGET_SOCFPGA_AGILEX_SOCDK is not set
 # CONFIG_IDENT_STRING is not set
 CONFIG_SPL_BSS_START_ADDR=0x1ff00000
index 1ef20ba97a849a04d1e4eadcfd4be50b8cdd6d04..bb8f1eb7264e04b88fb5fbb76f67ad8f6b425dc5 100644 (file)
@@ -4,7 +4,6 @@ CONFIG_ARCH_SOCFPGA=y
 CONFIG_TEXT_BASE=0x200000
 CONFIG_SYS_MALLOC_LEN=0x500000
 CONFIG_NR_DRAM_BANKS=2
-CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
 CONFIG_SF_DEFAULT_MODE=0x2003
index a4798e2f953d48e720ef4eabc8978b658883e524..78fe42e107c796ad849db97e414f3b3741ba3950 100644 (file)
@@ -4,7 +4,6 @@ CONFIG_ARCH_SOCFPGA=y
 CONFIG_TEXT_BASE=0x200000
 CONFIG_SYS_MALLOC_LEN=0x500000
 CONFIG_NR_DRAM_BANKS=2
-CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
 CONFIG_SF_DEFAULT_MODE=0x2003
index 63ea467baefe78c28aa9e507d52d031a1f685874..206343885d96cf1a5d9c6c95393f6064aa4b5d4b 100644 (file)
@@ -4,7 +4,6 @@ CONFIG_ARCH_SOCFPGA=y
 CONFIG_TEXT_BASE=0x200000
 CONFIG_SYS_MALLOC_LEN=0x500000
 CONFIG_NR_DRAM_BANKS=2
-CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
 CONFIG_SF_DEFAULT_MODE=0x2003