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 <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
74e56d1953
commit
ec73da82a6
@ -208,8 +208,6 @@
|
||||
rw-mrc-cache {
|
||||
label = "rw-mrc-cache";
|
||||
reg = <0x003e0000 0x00010000>;
|
||||
type = "wiped";
|
||||
wipe-value = [ff];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user