From 17bbbc826a652b43cad77d21fa27615fd254b6cd Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 27 May 2016 14:19:11 -0700 Subject: [PATCH] reef: fmap: Correct the ifd region marking IFD region is only the descriptor from 0 to 4KiB. Mark it accordingly. CQ-DEPEND=CL:348020 BUG=chrome-os-partner:53689 BRANCH=None TEST="emerge-reef depthcharge chromeos-bootimage" successful Change-Id: I42be1caf6108b63e3aeca76f0b4e1c66cc19d9c3 Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/347986 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- board/reef/fmap.dts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/board/reef/fmap.dts b/board/reef/fmap.dts index ee1018f6..56357ff9 100644 --- a/board/reef/fmap.dts +++ b/board/reef/fmap.dts @@ -27,22 +27,13 @@ reg = <0xff800000 0x00800000>; /* - * This encompasses both the descriptor proper and IFWI - * information found in the first part of the BIOS section. - */ - si-all { - label = "si-all"; - reg = <0x00000000 0x00200000>; - type = "ifd"; - }; - - /* * Firmware Descriptor section of the Intel Firmware Descriptor * image. */ si-desc { label = "si-desc"; reg = <0x00000000 0x00001000>; + type = "ifd"; }; bootblock { label = "bootblock"; -- 2.11.0