diff options
author | Tom Rini | 2023-10-02 10:35:27 -0400 |
---|---|---|
committer | Tom Rini | 2023-10-02 10:35:27 -0400 |
commit | ba6d575ee0715b914ab31941e180c65ee097b22b (patch) | |
tree | 3f0c57192298172359882b4c386b69ff25b30f0a /configs/socfpga_stratix10_atf_defconfig | |
parent | f75bd201bfb1f2a30227f1e9528996f2b3025b58 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_stratix10_atf_defconfig b/configs/socfpga_stratix10_atf_defconfig index 2d4f70592d2..d1d2ec4ec39 100644 --- a/configs/socfpga_stratix10_atf_defconfig +++ b/configs/socfpga_stratix10_atf_defconfig @@ -13,7 +13,6 @@ CONFIG_ENV_OFFSET=0x200 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_stratix10_socdk" CONFIG_SPL_TEXT_BASE=0xFFE00000 -CONFIG_SYS_PROMPT="SOCFPGA_STRATIX10 # " CONFIG_DM_RESET=y CONFIG_SPL_STACK=0xffe3f000 CONFIG_TARGET_SOCFPGA_STRATIX10_SOCDK=y @@ -45,6 +44,7 @@ CONFIG_SPL_ATF=y CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y 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 |