From fe9224d5e841017b5452f620a3aac18e0506c867 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 15 Jul 2011 07:39:35 -0700 Subject: CHROMIUM: fdt: Fix name of FMAP section This needs to be fmap rather than ro-fmap. TEST=emerge chromeos-bootimage; use strings to see that the name has changed BUG=chromium-os:17065 Change-Id: Icab19ce4230fc80be9e4afd4aea8b2e7f616bc5d Reviewed-on: http://gerrit.chromium.org/gerrit/4171 Tested-by: Simon Glass Reviewed-by: Randall Spangler Reviewed-by: Hung-Te Lin --- board/nvidia/seaboard/flashmap-ro.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/nvidia/seaboard/flashmap-ro.dtsi b/board/nvidia/seaboard/flashmap-ro.dtsi index a7ce7dbd18f..33d9fff698c 100644 --- a/board/nvidia/seaboard/flashmap-ro.dtsi +++ b/board/nvidia/seaboard/flashmap-ro.dtsi @@ -66,7 +66,7 @@ read-only; }; ro-fmap@ffc00 { - label = "ro-fmap"; + label = "fmap"; reg = <0x000efc00 0x00000400>; read-only; type = "fmap"; -- cgit v1.2.3