summaryrefslogtreecommitdiff
path: root/configs/socfpga_n5x_atf_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-10-08 09:18:32 -0600
committerTom Rini <trini@konsulko.com>2024-10-08 09:28:10 -0600
commitd892702080d45468b4b5c1cbd3358705d182d4ef (patch)
treed0cd35ebf65e9b095eaef6cd85887e08af2fa558 /configs/socfpga_n5x_atf_defconfig
parent080bb8480a4e915b1ef52418a9b7a227c75a22ee (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/socfpga_n5x_atf_defconfig')
-rw-r--r--configs/socfpga_n5x_atf_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_n5x_atf_defconfig b/configs/socfpga_n5x_atf_defconfig
index 2cf67167e9b..557adb418d1 100644
--- a/configs/socfpga_n5x_atf_defconfig
+++ b/configs/socfpga_n5x_atf_defconfig
@@ -18,6 +18,7 @@ CONFIG_SPL_STACK=0xffe3f000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x3ff00000
CONFIG_SPL_BSS_MAX_SIZE=0x100000
+CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_TARGET_SOCFPGA_N5X_SOCDK=y
CONFIG_IDENT_STRING="socfpga_n5x"
CONFIG_SPL_FS_FAT=y
@@ -26,7 +27,6 @@ CONFIG_FIT=y
CONFIG_SPL_FIT_SIGNATURE=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x02000000
-CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_BOOTDELAY=5
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="earlycon panic=-1 earlyprintk=ttyS0,115200"