summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2012-03-18 14:40:08 -0700
committerGerrit <chrome-bot@google.com>2012-03-19 11:16:04 -0700
commit2d488b160ea8cf9c8ee846d20f17b59e995a2048 (patch)
treeaf64eeeb23f3d7405c270a4822b9fd28a60c6ddd
parentbb60ac4d2b59a3335b8f8bc145d7494d28ad13e2 (diff)
x86: Make RW unused section labels unique
BUG=none TEST=check fmap on generated binary for unique names Change-Id: Id1ac5cf223ec6a333fc8f4c587e972afd087f90d Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/18435 Reviewed-by: Stefan Reinauer <reinauer@google.com>
-rw-r--r--board/chromebook-x86/coreboot/flashmap-8mb.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
index 70a655302b..681b612fa8 100644
--- a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
+++ b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
@@ -152,7 +152,7 @@
type = "blobstring fwid";
};
rw-a-unused@0 {
- label = "rw-unused";
+ label = "rw-unused-a";
reg = <0x00290000 0x00070000>;
type = "wiped";
wipe-value = [ff];
@@ -192,7 +192,7 @@
type = "blobstring fwid";
};
rw-b-unused@0 {
- label = "rw-unused";
+ label = "rw-unused-b";
reg = <0x00390000 0x00070000>;
type = "wiped";
wipe-value = [ff];