From b055a3be1cc1635dd4688257193d15abd5be181b Mon Sep 17 00:00:00 2001 From: Tom Hiller Date: Sun, 1 Nov 2020 15:38:38 -0500 Subject: [PATCH] fix(config-qemu-fbwhiptail): update CONFIG_CBFS_SIZE --- config/coreboot-qemu-fbwhiptail.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/coreboot-qemu-fbwhiptail.config b/config/coreboot-qemu-fbwhiptail.config index bd1a924f..956d080b 100644 --- a/config/coreboot-qemu-fbwhiptail.config +++ b/config/coreboot-qemu-fbwhiptail.config @@ -1,6 +1,6 @@ CONFIG_ANY_TOOLCHAIN=y # CONFIG_INCLUDE_CONFIG_FILE is not set -CONFIG_CBFS_SIZE=0x700000 +CONFIG_CBFS_SIZE=0x710000 # CONFIG_POST_IO is not set CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y # CONFIG_POST_DEVICE is not set