diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2021-01-21 18:08:47 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-22 15:09:01 +0000 |
commit | aba6715fe219e38a9ea14bba59f33d717da40cfa (patch) | |
tree | bf7fb39ad8b4496b1e7fd48afed6ce5a98d7deb8 /src/mainboard | |
parent | eec3e3b3d979d56aaea1ffc04dcd6ea86b2d7b0e (diff) |
mb/google/guybrush: Set the ROMSIZE as 16M
Change-Id: Iec8b40bd89c25cd2193aff8af45d0a09b07ad6a3
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49797
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 21ffe75fbc..da7a0aa52a 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -7,6 +7,7 @@ if BOARD_GOOGLE_BASEBOARD_GUYBRUSH config BOARD_SPECIFIC_OPTIONS def_bool y + select BOARD_ROMSIZE_KB_16384 select SOC_AMD_CEZANNE config FMDFILE |