From ec73da82a660d7a5a48e30309dffe2c54aec1854 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 11 Oct 2015 21:37:46 -0700 Subject: x86: Remove unused rw-mrc-cache properties in the link and panther dts files "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 Acked-by: Simon Glass --- arch/x86/dts/chromebook_link.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/x86/dts/chromebook_link.dts') 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]; }; }; }; -- cgit v1.1