aboutsummaryrefslogtreecommitdiff
path: root/configs/qemu-riscv64_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-10-16 23:54:45 +0200
committerTom Rini <trini@konsulko.com>2023-10-27 21:02:08 -0400
commit7093b89ab12fae697548bbc839f3966642132221 (patch)
treecf575fb728449f46b9a73f99b76f17f0252da8de /configs/qemu-riscv64_defconfig
parent33e8020fd198926a5cc35f5834d99c324f094b71 (diff)
downloadu-boot-7093b89ab12fae697548bbc839f3966642132221.zip
u-boot-7093b89ab12fae697548bbc839f3966642132221.tar.gz
u-boot-7093b89ab12fae697548bbc839f3966642132221.tar.bz2
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_defconfig')
-rw-r--r--configs/qemu-riscv64_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/qemu-riscv64_defconfig b/configs/qemu-riscv64_defconfig
index 9a8bbef..9fb40b2 100644
--- a/configs/qemu-riscv64_defconfig
+++ b/configs/qemu-riscv64_defconfig
@@ -12,8 +12,6 @@ CONFIG_FIT=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y
-CONFIG_SYS_CBSIZE=256
-CONFIG_SYS_PBSIZE=276
CONFIG_SYS_BOOTM_LEN=0x4000000
CONFIG_CMD_BOOTEFI_SELFTEST=y
CONFIG_CMD_NVEDIT_EFI=y