diff options
author | Heinrich Schuchardt | 2023-10-16 23:54:45 +0200 |
---|---|---|
committer | Tom Rini | 2023-10-27 21:02:08 -0400 |
commit | 7093b89ab12fae697548bbc839f3966642132221 (patch) | |
tree | cf575fb728449f46b9a73f99b76f17f0252da8de /configs/qemu-riscv64_spl_defconfig | |
parent | 33e8020fd198926a5cc35f5834d99c324f094b71 (diff) |
config: qemu: relax print and console buffer size
QEMU print and console buffer sizes have been restricted on QEMU below
their default values.
One of the side effects of the print buffer size restriction is output
truncation of the 'efidebug dh' command.
As QEMU does not have special memory size restrictions remove the settings
from the defconfig files and go with the generic defaults.
Fixes: d0ee7f295d74 ("Convert CONFIG_SYS_PBSIZE to Kconfig")
Fixes: d31466b382dd ("Convert CONFIG_SYS_CBSIZE to Kconfig")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/qemu-riscv64_spl_defconfig')
-rw-r--r-- | configs/qemu-riscv64_spl_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/qemu-riscv64_spl_defconfig b/configs/qemu-riscv64_spl_defconfig index b048bb8aed0..d6bf3130fe3 100644 --- a/configs/qemu-riscv64_spl_defconfig +++ b/configs/qemu-riscv64_spl_defconfig @@ -18,8 +18,6 @@ CONFIG_DISPLAY_BOARDINFO=y CONFIG_SPL_MAX_SIZE=0x100000 CONFIG_SPL_BSS_START_ADDR=0x84000000 CONFIG_SPL_SYS_MALLOC=y -CONFIG_SYS_CBSIZE=256 -CONFIG_SYS_PBSIZE=276 CONFIG_SYS_BOOTM_LEN=0x4000000 # CONFIG_CMD_MII is not set CONFIG_SYS_RELOC_GD_ENV_ADDR=y |