From e7cd0f889e73ed105e22cc04569173d6e22ba59b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 7 Dec 2015 21:35:40 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/12674 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/mainboard/google/oak/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/oak/Kconfig') 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 -- cgit v1.2.3