diff options
| author | Tom Rini <trini@konsulko.com> | 2024-01-03 09:26:16 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-01-03 09:26:16 -0500 |
| commit | 42fb448a203197c84d71a5d8f83012c87c5c9a8b (patch) | |
| tree | 80e76802188c184a4b7216f0c594d508ad233658 /configs/socfpga_stratix10_atf_defconfig | |
| parent | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (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_stratix10_atf_defconfig')
| -rw-r--r-- | configs/socfpga_stratix10_atf_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/socfpga_stratix10_atf_defconfig b/configs/socfpga_stratix10_atf_defconfig index 2806b06185f..404b0d83808 100644 --- a/configs/socfpga_stratix10_atf_defconfig +++ b/configs/socfpga_stratix10_atf_defconfig @@ -24,11 +24,13 @@ 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" CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run fatscript; run mmcfitload; run mmcfitboot" +CONFIG_SYS_PBSIZE=2085 CONFIG_SPL_MAX_SIZE=0x40000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x3ff00000 @@ -46,8 +48,6 @@ CONFIG_SPL_TARGET="spl/u-boot-spl-dtb.hex" CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="SOCFPGA_STRATIX10 # " CONFIG_SYS_MAXARGS=64 -CONFIG_SYS_PBSIZE=2085 -CONFIG_SYS_BOOTM_LEN=0x2000000 CONFIG_CMD_MEMTEST=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y |
