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/nsim_700_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/nsim_700_defconfig')
-rw-r--r-- | configs/nsim_700_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig index d4fd21b18dd..e8782a16223 100644 --- a/configs/nsim_700_defconfig +++ b/configs/nsim_700_defconfig @@ -7,7 +7,6 @@ CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80000f30 CONFIG_DEFAULT_DEVICE_TREE="nsim" -CONFIG_SYS_PROMPT="nsim# " CONFIG_DEBUG_UART_BASE=0xf0000000 CONFIG_DEBUG_UART_CLOCK=70000000 CONFIG_SYS_CLK_FREQ=70000000 @@ -16,6 +15,7 @@ CONFIG_DEBUG_UART=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200n8" +CONFIG_SYS_PROMPT="nsim# " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=279 CONFIG_SYS_BOOTM_LEN=0x2000000 |