reef: Remove si-all region from chromeos.fmd
This matches the change in depthcharge fmap.dts to remove si-all region and mark si-desc as ifd. CQ-DEPEND=CL:347986 BUG=chrome-os-partner:53689 BRANCH=None TEST=Compiles successfully Change-Id: Ic7ed94fcdfb9a79bd6ceb960830f67678b0291b6 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/14990 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
1716375507
commit
97d56fa1a2
|
@ -1,9 +1,7 @@
|
|||
FLASH 8M {
|
||||
WP_RO@0x0 0x400000 {
|
||||
SI_ALL@0x0 0x200000 {
|
||||
SI_DESC@0x0 0x1000
|
||||
bootblock@0x7c480 0x8000
|
||||
}
|
||||
SI_DESC@0x0 0x1000
|
||||
bootblock@0x7c480 0x8000
|
||||
RO_SECTION@0x200000 0x200000 {
|
||||
RO_VPD@0x0 0x4000
|
||||
FMAP@0x4000 0x800
|
||||
|
|
Loading…
Reference in New Issue