From cde6e24e8da5e3b8e80d498ac7ec3d557c991e2b Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 1 Sep 2020 12:31:47 -0400 Subject: [PATCH] xx30 boards: fixing CONFIG_CBFS_SIZE=0x710000 for x230 and t430 boards to fix #815 and #667 --- config/coreboot-t430.config | 2 +- config/coreboot-x230.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/coreboot-t430.config b/config/coreboot-t430.config index f16bb852a..b90f8d5a9 100644 --- a/config/coreboot-t430.config +++ b/config/coreboot-t430.config @@ -5,7 +5,7 @@ CONFIG_ANY_TOOLCHAIN=y CONFIG_USE_BLOBS=y CONFIG_MEASURED_BOOT=y CONFIG_VENDOR_LENOVO=y -CONFIG_CBFS_SIZE=0x800000 +CONFIG_CBFS_SIZE=0x710000 # CONFIG_POST_IO is not set # CONFIG_POST_DEVICE is not set CONFIG_DRIVERS_UART_8250IO=y diff --git a/config/coreboot-x230.config b/config/coreboot-x230.config index cdab5d864..68ef480c1 100644 --- a/config/coreboot-x230.config +++ b/config/coreboot-x230.config @@ -5,7 +5,7 @@ CONFIG_ANY_TOOLCHAIN=y CONFIG_USE_BLOBS=y CONFIG_MEASURED_BOOT=y CONFIG_VENDOR_LENOVO=y -CONFIG_CBFS_SIZE=0x700000 +CONFIG_CBFS_SIZE=0x710000 # CONFIG_POST_IO is not set # CONFIG_POST_DEVICE is not set CONFIG_DRIVERS_UART_8250IO=y