summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2015-02-03 22:59:45 +0100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-02-10 07:27:06 +0100
commit208a53527a01ad989eef797c1f8e002f6a4140ec (patch)
treedb23809e835a9af0a84895eaddd16baafdfd9d2a /src
parentc1f47c1460cc69c232aa90480d41a4c10474aacb (diff)
downloadcoreboot-208a53527a01ad989eef797c1f8e002f6a4140ec.tar.xz
lenovo/x200: Increase default CBFS_SIZE to 2 MiB
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 <mtjm@mtjm.eu> Reviewed-on: http://review.coreboot.org/8392 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/x200/Kconfig4
1 files changed, 4 insertions, 0 deletions
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