diff options
author | Furquan Shaikh <furquan@google.com> | 2018-07-19 23:00:04 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-07-23 03:41:34 +0000 |
commit | f63422aac05434ab6e7e533e0c80411e4da44952 (patch) | |
tree | 828037407f7be6540a071b3d48b9d09a13b0e1b4 /src/mainboard/google/octopus | |
parent | b7ff886f0ecdc84d0deb8e795e8ffd26516f09c4 (diff) |
mb/google/octopus: Use unused space in RO_SECTION for COREBOOT region
This change increases COREBOOT region size by the amount of unused space
left in RO_SECTION. This extra space is useful when building images with
debug enabled.
BUG=b:111661025
Change-Id: Icbd88c3350f96707f37b69fe01f8ae9c7838ab82
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/27555
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/octopus')
-rw-r--r-- | src/mainboard/google/octopus/chromeos.fmd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/google/octopus/chromeos.fmd b/src/mainboard/google/octopus/chromeos.fmd index 3c4ed4aa26..5572930657 100644 --- a/src/mainboard/google/octopus/chromeos.fmd +++ b/src/mainboard/google/octopus/chromeos.fmd @@ -7,9 +7,8 @@ FLASH 16M { FMAP@0x0 0x800 RO_FRID@0x800 0x40 RO_FRID_PAD@0x840 0x7c0 - COREBOOT(CBFS)@0x1000 0x1b3000 - GBB@0x1b4000 0x40000 - RO_UNUSED@0x1f4000 0x8000 + COREBOOT(CBFS)@0x1000 0x1bb000 + GBB@0x1bc000 0x40000 } } MISC_RW@0x400000 0x30000 { |