config/coreboot-qemu-fbwhiptail: extend CBFS_SIZE to 0x7E7FFF to accomodate additioaally added DRM+FB for testing

This commit is contained in:
Thierry Laurion 2023-06-07 17:23:00 -04:00
parent f2d0a6a9c6
commit c84a0f7e9c
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -1,5 +1,5 @@
# CONFIG_INCLUDE_CONFIG_FILE is not set # CONFIG_INCLUDE_CONFIG_FILE is not set
CONFIG_CBFS_SIZE=0x780000 CONFIG_CBFS_SIZE=0x7E7FFF
# CONFIG_POST_IO is not set # CONFIG_POST_IO is not set
# CONFIG_POST_DEVICE is not set # CONFIG_POST_DEVICE is not set
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y