aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2016-06-14 17:28:51 -0700
committerFurquan Shaikh <furquan@google.com>2016-06-16 08:14:39 +0200
commit2c4a60da35f5f3334e5a35c3330712f2241ecf58 (patch)
treeb30f1b32a5c7574852dee6ae3b074156efdb9536 /src/mainboard/google/reef/Kconfig
parent5a3833d2d33a8b89b814cfd10e7f84b0f510320a (diff)
google/reef: Update flash size to 16MiB
Use entire 16MiB flash size on reef. Adjust SIGN_CSE region accordingly. BUG=chrome-os-partner:54390 Change-Id: I94de509bdb2aa94625814123bf4d9758bfa37fc9 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/15191 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r--src/mainboard/google/reef/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index c1ccc5c819..fd948c7cd7 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -3,8 +3,7 @@ if BOARD_GOOGLE_REEF
config BOARD_SPECIFIC_OPTIONS
def_bool y
select SOC_INTEL_APOLLOLAKE
- # FIXME(adurbin): this SPI part is really 16MiB
- select BOARD_ROMSIZE_KB_8192
+ select BOARD_ROMSIZE_KB_16384
select EC_GOOGLE_CHROMEEC
select EC_GOOGLE_CHROMEEC_LPC
select HAVE_ACPI_RESUME
@@ -19,7 +18,7 @@ config BOOT_MEDIA_SPI_BUS
config IFD_BIOS_END
hex
- default 0x77F000
+ default 0xF7F000
config IFD_BIOS_START
hex