[PATCH 1/1] config: qemu: relax print and console buffer size

Simon Glass sjg at google.com
Wed Oct 18 05:28:39 CEST 2023


On Mon, 16 Oct 2023 at 15:55, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> 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 at canonical.com>
> ---
>  configs/qemu-ppce500_defconfig       | 1 -
>  configs/qemu-riscv32_defconfig       | 2 --
>  configs/qemu-riscv32_smode_defconfig | 2 --
>  configs/qemu-riscv32_spl_defconfig   | 2 --
>  configs/qemu-riscv64_defconfig       | 2 --
>  configs/qemu-riscv64_smode_defconfig | 2 --
>  configs/qemu-riscv64_spl_defconfig   | 2 --
>  configs/qemu-x86_64_defconfig        | 1 -
>  configs/qemu-x86_defconfig           | 1 -
>  configs/qemu_arm64_defconfig         | 2 --
>  configs/qemu_arm_defconfig           | 2 --
>  11 files changed, 19 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list