]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
x86: Remove unused rw-mrc-cache properties in the link and panther dts files
authorBin Meng <bmeng.cn@gmail.com>
Mon, 12 Oct 2015 04:37:46 +0000 (21:37 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:27 +0000 (07:46 -0600)
"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>
arch/x86/dts/chromebook_link.dts
arch/x86/dts/chromebox_panther.dts

index 4291141dfee898a642394f65b51c911825371259..f27263a54749acf3c17dceb9b684f56632e560ee 100644 (file)
                                        rw-mrc-cache {
                                                label = "rw-mrc-cache";
                                                reg = <0x003e0000 0x00010000>;
-                                               type = "wiped";
-                                               wipe-value = [ff];
                                        };
                                };
                        };
index c60ab710d2fdef390c049a406131ab17e49d7054..61e8f2f66b9c2e319ae4f8151191cb228efd1cfd 100644 (file)
                        memory-map = <0xff800000 0x00800000>;
                        rw-mrc-cache {
                                label = "rw-mrc-cache";
-                               /* Alignment: 4k (for updating) */
                                reg = <0x003e0000 0x00010000>;
-                               type = "wiped";
-                               wipe-value = [ff];
                        };
                };
        };