diff options
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 90c4c2c89a..fdcf8bb2d6 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -1,6 +1,8 @@ config BOARD_GOOGLE_REX_COMMON def_bool n - select BOARD_ROMSIZE_KB_32768 + # FIXME: Rex Proto 0 only has 64MB SPINOR mounted on the board, + # and the plan is to use 32MB later with Proto 1 onwards. + select BOARD_ROMSIZE_KB_65536 select EC_GOOGLE_CHROMEEC_BOARDID select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES |