mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
socfpga: Remove incorrect CONFIG_SPL_LDSCRIPT settings
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>
This commit is contained in:
parent
044d6a800e
commit
fee6009aab
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user