mainboard/google/kahlee: Update RW_LEGACY size in fmap
Add the unused space to the RW_LEGACY area. BUG=b:79433466 TEST=None Change-Id: I897d1dcf75466fe9bdb814c8a9db0fecb5c42af6 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/26221 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e153101b9a
commit
3dee6d1555
|
@ -23,8 +23,8 @@ FLASH@0xFF000000 0x1000000 {
|
|||
}
|
||||
RW_VPD@0x465000 0x2000
|
||||
RW_NVRAM@0x467000 0x5000
|
||||
RW_UNUSED@0x46C000 0x594000
|
||||
RW_LEGACY@0xA00000 0x200000
|
||||
RW_UNUSED@0x46C000 0x14000
|
||||
RW_LEGACY@0x480000 0x780000
|
||||
|
||||
WP_RO@0xC00000 0x400000 {
|
||||
RO_VPD@0x0 0x4000
|
||||
|
|
Loading…
Reference in New Issue