aboutsummaryrefslogtreecommitdiffstats
path: root/configs/qemu-x86_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-x86_defconfig
parent33e8020fd198926a5cc35f5834d99c324f094b71 (diff)
downloadu-boot-7093b89ab12fae697548bbc839f3966642132221.tar.gz
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-x86_defconfig')
-rw-r--r--configs/qemu-x86_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index 4b2787d4aae..246ac6b6b8a 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -24,7 +24,6 @@ CONFIG_LOG=y
CONFIG_LOGF_FUNC=y
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_PCI_INIT_R=y
-CONFIG_SYS_PBSIZE=532
CONFIG_CMD_CPU=y
CONFIG_CMD_BOOTEFI_SELFTEST=y
CONFIG_CMD_NVEDIT_EFI=y