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>
This commit is contained in:
parent
b7ff886f0e
commit
f63422aac0
|
@ -7,9 +7,8 @@ FLASH 16M {
|
||||||
FMAP@0x0 0x800
|
FMAP@0x0 0x800
|
||||||
RO_FRID@0x800 0x40
|
RO_FRID@0x800 0x40
|
||||||
RO_FRID_PAD@0x840 0x7c0
|
RO_FRID_PAD@0x840 0x7c0
|
||||||
COREBOOT(CBFS)@0x1000 0x1b3000
|
COREBOOT(CBFS)@0x1000 0x1bb000
|
||||||
GBB@0x1b4000 0x40000
|
GBB@0x1bc000 0x40000
|
||||||
RO_UNUSED@0x1f4000 0x8000
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MISC_RW@0x400000 0x30000 {
|
MISC_RW@0x400000 0x30000 {
|
||||||
|
|
Loading…
Reference in New Issue