summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/chromebook-x86/coreboot/flashmap-8mb_1mbRom.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/chromebook-x86/coreboot/flashmap-8mb_1mbRom.dtsi b/board/chromebook-x86/coreboot/flashmap-8mb_1mbRom.dtsi
index 6cb64b2acf..dadafe04ee 100644
--- a/board/chromebook-x86/coreboot/flashmap-8mb_1mbRom.dtsi
+++ b/board/chromebook-x86/coreboot/flashmap-8mb_1mbRom.dtsi
@@ -64,7 +64,7 @@
*/
coreboot-extra@0 {
label = "coreboot-extra";
- reg = <0x00200000 0x0017f000>;
+ reg = <0x00200000 0x00170000>;
type = "wiped";
wipe-value = [ff];
};
@@ -73,7 +73,7 @@
rw-mrc-cache@0 {
label = "rw-mrc-cache";
/* Alignment: 4k (for updating) */
- reg = <0x0037f000 0x00001000>;
+ reg = <0x00370000 0x00010000>;
type = "wiped";
wipe-value = [ff];
};