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/axs103_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/axs103_defconfig')
-rw-r--r-- | configs/axs103_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 0757ddf5aca..4dd25b1806d 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -7,7 +7,6 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80000f30 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="axs103" -CONFIG_SYS_PROMPT="AXS# " CONFIG_DEBUG_UART_BASE=0xe0022000 CONFIG_DEBUG_UART_CLOCK=33333333 CONFIG_SYS_CLK_FREQ=100000000 @@ -19,6 +18,7 @@ CONFIG_BOOTARGS="console=ttyS3,115200n8" CONFIG_BOARD_TYPES=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y +CONFIG_SYS_PROMPT="AXS# " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=278 CONFIG_SYS_BOOTM_LEN=0x8000000 |