diff options
author | Furquan Shaikh <furquan@google.com> | 2016-05-27 16:43:26 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-05-30 23:50:06 +0200 |
commit | 97d56fa1a2b2103ca6cf01cf45d0b9bf123cbef5 (patch) | |
tree | eeef839853ab909188e80a37a268dcd97d67cb95 | |
parent | 17163755075149f36c37458af0cb5f398d2a6766 (diff) | |
download | coreboot-97d56fa1a2b2103ca6cf01cf45d0b9bf123cbef5.tar.xz |
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>
-rw-r--r-- | src/mainboard/google/reef/chromeos.fmd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd index 3f7c3aaf34..2a581bedaf 100644 --- a/src/mainboard/google/reef/chromeos.fmd +++ b/src/mainboard/google/reef/chromeos.fmd @@ -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 |