diff options
author | Martin Roth <martinroth@chromium.org> | 2021-04-29 11:44:44 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-05-12 15:08:31 +0000 |
commit | ce01379b66b976fccd5255d5210b9c121d6eb9f1 (patch) | |
tree | 81354b98b03f870f10b594fc8558ae5bf908ce8e /src | |
parent | e570845f6df2f7b8602b1bf8200da06301ae4d56 (diff) | |
download | coreboot-ce01379b66b976fccd5255d5210b9c121d6eb9f1.tar.xz |
mb/google/guybrush,mancomb: Adjust GBB size to 12KB
The 448KB size of the GBB is larger than is needed, so adjust it down
to the minimum size needed.
BUG=b:186761897
TEST=Build & Boot guybrush
Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: I7a24945cd9ecc8872871f57b09ca71fc40e92473
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52764
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/guybrush/chromeos.fmd | 2 | ||||
-rw-r--r-- | src/mainboard/google/mancomb/chromeos.fmd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/guybrush/chromeos.fmd b/src/mainboard/google/guybrush/chromeos.fmd index be43e8a02d..38757003a7 100644 --- a/src/mainboard/google/guybrush/chromeos.fmd +++ b/src/mainboard/google/guybrush/chromeos.fmd @@ -25,7 +25,7 @@ FLASH@0xFF000000 16M { RO_SECTION { FMAP 2K RO_FRID 64 - GBB@4K 448K + GBB@4K 12K COREBOOT(CBFS) } } diff --git a/src/mainboard/google/mancomb/chromeos.fmd b/src/mainboard/google/mancomb/chromeos.fmd index be43e8a02d..38757003a7 100644 --- a/src/mainboard/google/mancomb/chromeos.fmd +++ b/src/mainboard/google/mancomb/chromeos.fmd @@ -25,7 +25,7 @@ FLASH@0xFF000000 16M { RO_SECTION { FMAP 2K RO_FRID 64 - GBB@4K 448K + GBB@4K 12K COREBOOT(CBFS) } } |