diff options
author | Tom Rini | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/openpiton_riscv64_spl_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/openpiton_riscv64_spl_defconfig')
-rw-r--r-- | configs/openpiton_riscv64_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/openpiton_riscv64_spl_defconfig b/configs/openpiton_riscv64_spl_defconfig index 8ae265f902b..6bb68b833e3 100644 --- a/configs/openpiton_riscv64_spl_defconfig +++ b/configs/openpiton_riscv64_spl_defconfig @@ -3,6 +3,7 @@ CONFIG_SYS_TEXT_BASE=0x80000000 CONFIG_SYS_MALLOC_LEN=0x10000000 CONFIG_NR_DRAM_BANKS=1 CONFIG_DEFAULT_DEVICE_TREE="openpiton-riscv64" +CONFIG_SYS_PROMPT="openpiton$ " CONFIG_SPL_SYS_MALLOC_F_LEN=0x100000 CONFIG_SPL=y CONFIG_SPL_LIBDISK_SUPPORT=y @@ -34,7 +35,6 @@ CONFIG_SPL_CPU=y CONFIG_SPL_FS_EXT4=y CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="boot/fw_payload.bin" CONFIG_SPL_RTC=y -CONFIG_SYS_PROMPT="openpiton$ " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=284 # CONFIG_CMD_CPU is not set |