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/emsdp_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/emsdp_defconfig')
-rw-r--r-- | configs/emsdp_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/emsdp_defconfig b/configs/emsdp_defconfig index 4c2cc348925..0578d6d8f22 100644 --- a/configs/emsdp_defconfig +++ b/configs/emsdp_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_MALLOC_LEN=0x10000 CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_ENV_SIZE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="emsdp" +CONFIG_SYS_PROMPT="emsdp# " CONFIG_SYS_CLK_FREQ=40000000 CONFIG_SYS_LOAD_ADDR=0x10000000 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y @@ -14,7 +15,6 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x10100000 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_BOARD_EARLY_INIT_R=y CONFIG_HUSH_PARSER=y -CONFIG_SYS_PROMPT="emsdp# " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=280 # CONFIG_CMD_BOOTD is not set |