[coreboot-gerrit] New patch to review for coreboot: google/oak: define flash size

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Dec 7 22:16:46 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12674

-gerrit

commit e1a5c43e4995d29c8f0bfb34ac95cfba7e3991ed
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Dec 7 21:35:40 2015 +0100

    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 at chromium.org>
---
 src/mainboard/google/oak/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig
index e45fb4c..6c3fd5f 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



More information about the coreboot-gerrit mailing list