[U-Boot] [PATCH 12/13] x86: Remove unused rw-mrc-cache properties in the link and panther dts files

Bin Meng bmeng.cn at gmail.com
Mon Oct 12 06:37:46 CEST 2015


"type" and "wipe-value" are never used by the mrccache codes.
Remove them to avoid confusion. This also removes the alignment
comment in the panther dts file.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 arch/x86/dts/chromebook_link.dts   | 2 --
 arch/x86/dts/chromebox_panther.dts | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts
index 4291141..f27263a 100644
--- a/arch/x86/dts/chromebook_link.dts
+++ b/arch/x86/dts/chromebook_link.dts
@@ -208,8 +208,6 @@
 					rw-mrc-cache {
 						label = "rw-mrc-cache";
 						reg = <0x003e0000 0x00010000>;
-						type = "wiped";
-						wipe-value = [ff];
 					};
 				};
 			};
diff --git a/arch/x86/dts/chromebox_panther.dts b/arch/x86/dts/chromebox_panther.dts
index c60ab71..61e8f2f 100644
--- a/arch/x86/dts/chromebox_panther.dts
+++ b/arch/x86/dts/chromebox_panther.dts
@@ -64,10 +64,7 @@
 			memory-map = <0xff800000 0x00800000>;
 			rw-mrc-cache {
 				label = "rw-mrc-cache";
-				/* Alignment: 4k (for updating) */
 				reg = <0x003e0000 0x00010000>;
-				type = "wiped";
-				wipe-value = [ff];
 			};
 		};
 	};
-- 
1.8.2.1



More information about the U-Boot mailing list