diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-12-07 21:35:40 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-12-09 09:20:50 +0100 |
commit | e7cd0f889e73ed105e22cc04569173d6e22ba59b (patch) | |
tree | 1110af3ee11502012be0e41fe05f2c21bf7b9891 | |
parent | a962e062cb9031f373bf2c5a9275b0197d657eba (diff) | |
download | coreboot-e7cd0f889e73ed105e22cc04569173d6e22ba59b.tar.xz |
google/oak: define flash size
We never defined the flash size for this board, so the (too small)
default was used. Instead, adopt the size given in depthcharge's fmap
description.
Change-Id: I63782922ee05a9595d6c0de56750460ebb67aec6
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/12674
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner@chromium.org>
-rw-r--r-- | src/mainboard/google/oak/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig index e45fb4c72c..6c3fd5fd23 100644 --- a/src/mainboard/google/oak/Kconfig +++ b/src/mainboard/google/oak/Kconfig @@ -23,6 +23,7 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select SOC_MEDIATEK_MT8173 select BOARD_ID_AUTO + select BOARD_ROMSIZE_KB_4096 select CHROMEOS_VBNV_EC select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_SPI |