From f63422aac05434ab6e7e533e0c80411e4da44952 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 19 Jul 2018 23:00:04 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/27555 Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel Reviewed-by: Justin TerAvest Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/chromeos.fmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mainboard') 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 { -- cgit v1.2.3