diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-02 10:35:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-02 10:35:27 -0400 |
commit | ba6d575ee0715b914ab31941e180c65ee097b22b (patch) | |
tree | 3f0c57192298172359882b4c386b69ff25b30f0a /configs/ap152_defconfig | |
parent | f75bd201bfb1f2a30227f1e9528996f2b3025b58 (diff) | |
download | u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.zip u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.tar.gz u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.tar.bz2 |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ap152_defconfig')
-rw-r--r-- | configs/ap152_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ap152_defconfig b/configs/ap152_defconfig index 0bcd388..fc910ce 100644 --- a/configs/ap152_defconfig +++ b/configs/ap152_defconfig @@ -8,7 +8,6 @@ CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x40000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DEFAULT_DEVICE_TREE="ap152" -CONFIG_SYS_PROMPT="ap152 # " CONFIG_DEBUG_UART_BASE=0xb8020000 CONFIG_DEBUG_UART_CLOCK=25000000 CONFIG_DEBUG_UART_BOARD_INIT=y @@ -27,6 +26,7 @@ CONFIG_BOOTCOMMAND="sf probe;mtdparts default;bootm 0x9f060000" CONFIG_DISPLAY_CPUINFO=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SYS_MALLOC_BOOTPARAMS=y +CONFIG_SYS_PROMPT="ap152 # " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=281 # CONFIG_CMD_BDI is not set |