summaryrefslogtreecommitdiffstats
path: root/board/google
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-12 21:05:19 +0800
committerSimon Glass <sjg@chromium.org>2014-12-13 22:32:03 -0700
commit64542f4616c484142b90534f9f174a632d7d1904 (patch)
tree43dd1fb41a2e6ff4bba14784c1ded537c33c0f36 /board/google
parent996467172e29e28247d8e9a35ada43a1376b5883 (diff)
downloadtalos-obmc-uboot-64542f4616c484142b90534f9f174a632d7d1904.tar.gz
talos-obmc-uboot-64542f4616c484142b90534f9f174a632d7d1904.zip
x86: Make ROM_SIZE configurable in Kconfig
Currently the ROM_SIZE is hardcoded to 8MB in arch/x86/Kconfig. This will not be the case when adding additional board support. Hence we make ROM_SIZE configurable (512KB/1MB/2MB/4MB/8MB/16MB) and have the board Kconfig file select the default ROM_SIZE. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/google')
-rw-r--r--board/google/chromebook_link/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig
index 3a4f557d30..7f79fd206f 100644
--- a/board/google/chromebook_link/Kconfig
+++ b/board/google/chromebook_link/Kconfig
@@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select SOUTHBRIDGE_INTEL_C216
select HAVE_ACPI_RESUME
select MARK_GRAPHICS_MEM_WRCOMB
+ select BOARD_ROMSIZE_KB_8192
config MMCONF_BASE_ADDRESS
hex
OpenPOWER on IntegriCloud