mb/google/octopus: Re-size flash WP_RO segment
Update the size in WP_RO segment of the flash to accommodate builds using debug FSP. Change-Id: I0a0d1d0121b503ff390adf3ce25973d72e59fdeb Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com> Reviewed-on: https://review.coreboot.org/25253 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
4a664fa61b
commit
445d553af8
|
@ -7,9 +7,9 @@ FLASH 16M {
|
|||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
COREBOOT(CBFS)@0x1000 0x19b000
|
||||
GBB@0x19c000 0x40000
|
||||
RO_UNUSED@0x1dc000 0x20000
|
||||
COREBOOT(CBFS)@0x1000 0x1ab000
|
||||
GBB@0x1ac000 0x40000
|
||||
RO_UNUSED@0x1ec000 0x10000
|
||||
}
|
||||
}
|
||||
MISC_RW@0x400000 0x30000 {
|
||||
|
|
Loading…
Reference in New Issue