diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-03 09:26:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-03 09:26:16 -0500 |
commit | 42fb448a203197c84d71a5d8f83012c87c5c9a8b (patch) | |
tree | 80e76802188c184a4b7216f0c594d508ad233658 /configs/ap121_defconfig | |
parent | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (diff) | |
download | u-boot-42fb448a203197c84d71a5d8f83012c87c5c9a8b.tar.gz |
configs: Resync with savedefconfigWIP/03Jan2024-next
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ap121_defconfig')
-rw-r--r-- | configs/ap121_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ap121_defconfig b/configs/ap121_defconfig index 50d21217f7e..ee8ea93d9b9 100644 --- a/configs/ap121_defconfig +++ b/configs/ap121_defconfig @@ -21,12 +21,12 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mtdblock2 rootfstype=squashfs" CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="sf probe;mtdparts default;bootm 0x9f650000" +CONFIG_SYS_CBSIZE=256 +CONFIG_SYS_PBSIZE=281 CONFIG_DISPLAY_CPUINFO=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SYS_MALLOC_BOOTPARAMS=y CONFIG_SYS_PROMPT="ap121 # " -CONFIG_SYS_CBSIZE=256 -CONFIG_SYS_PBSIZE=281 # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_ELF is not set |