From 208a53527a01ad989eef797c1f8e002f6a4140ec Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Tue, 3 Feb 2015 22:59:45 +0100 Subject: lenovo/x200: Increase default CBFS_SIZE to 2 MiB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original firmware has a 2 MiB BIOS region in both 4 MiB and 8 MiB flash variants. Let's allow using the whole region instead of the gm45 default of 1 MiB. Change-Id: I2d8a04bcb992bf2e8e15890a5c6719810b1cf405 Signed-off-by: Michał Masłowski Reviewed-on: http://review.coreboot.org/8392 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/mainboard/lenovo/x200/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index 67fc3884f2..01556b33ec 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -42,4 +42,8 @@ config MAX_CPUS int default 2 +config CBFS_SIZE + hex + default 0x200000 + endif # BOARD_LENOVO_X200 -- cgit v1.2.3