summaryrefslogtreecommitdiff
path: root/board/nvidia/seaboard
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2011-07-18 15:04:12 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:00 -0700
commitff2141c95df037eaeda0769591ee25cc8beca622 (patch)
tree232c0853721a7cbb7d8c49db779abdfe2fbd3270 /board/nvidia/seaboard
parent4be8e60bb968d06c458df353755cabb852b24926 (diff)
CHROMIUM: fdt: fix VPD section names
The RO VPD section name should be "RO_VPD". The "RW_VPD_SECTION" wes an extra section which looked fine but since VPD tools (whether by parters or existing chromiumos dev-env) may not support having RW_VPD inside another virtual section, it is perrfered to be remove.d BUG=chromium-os:17646 TEST=emerge_tegra2-aebl chromeos-u-boot Change-Id: Ib510be2b6f2253d22a22d0698b13b4922afae546 Reviewed-on: http://gerrit.chromium.org/gerrit/4246 Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org> Tested-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'board/nvidia/seaboard')
-rw-r--r--board/nvidia/seaboard/flashmap-ro.dtsi2
-rw-r--r--board/nvidia/seaboard/flashmap-twostop-2mb.dtsi4
-rw-r--r--board/nvidia/seaboard/flashmap-twostop-4mb.dtsi4
3 files changed, 1 insertions, 9 deletions
diff --git a/board/nvidia/seaboard/flashmap-ro.dtsi b/board/nvidia/seaboard/flashmap-ro.dtsi
index fe4ae257915..46f1a9ab896 100644
--- a/board/nvidia/seaboard/flashmap-ro.dtsi
+++ b/board/nvidia/seaboard/flashmap-ro.dtsi
@@ -76,7 +76,7 @@
/* ---- Section: Vital-product data (VPD) ---- */
ro-vpd@f0000 {
- label = "vpd";
+ label = "ro-vpd";
reg = <0x000f0000 0x00010000>;
read-only;
type = "wiped";
diff --git a/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi b/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi
index 2aa10455697..6ce20fd38ab 100644
--- a/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi
+++ b/board/nvidia/seaboard/flashmap-twostop-2mb.dtsi
@@ -80,10 +80,6 @@
};
/* ---- Section: Rewritable VPD 32 KB ---- */
- rw-vpd-section@1f0000 {
- label = "rw-vpd-section";
- reg = <0x001f0000 0x00008000>;
- };
rw-vpd@1f0000 {
label = "rw-vpd";
reg = <0x001f0000 0x00008000>;
diff --git a/board/nvidia/seaboard/flashmap-twostop-4mb.dtsi b/board/nvidia/seaboard/flashmap-twostop-4mb.dtsi
index 59ddff76fae..ab7c95a940a 100644
--- a/board/nvidia/seaboard/flashmap-twostop-4mb.dtsi
+++ b/board/nvidia/seaboard/flashmap-twostop-4mb.dtsi
@@ -100,10 +100,6 @@
};
/* ---- Section: Rewritable VPD 32 KB ---- */
- rw-vpd-section@2f0000 {
- label = "rw-vpd-section";
- reg = <0x002f0000 0x00008000>;
- };
rw-vpd@2f0000 {
label = "rw-vpd";
reg = <0x002f0000 0x00008000>;