]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Drop rtc from SPL
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:07 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
The RTC is not currently used in SPL. Drop it so that it does not take up
space.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/rtc.dtsi

index d0bbd84e5095453402be0dd10016b541b875156c..942cc937dc4e54d38812f88201a87c7f7237415c 100644 (file)
@@ -1,7 +1,7 @@
 / {
        rtc: rtc {
                compatible = "motorola,mc146818";
-               u-boot,dm-pre-reloc;
+               u-boot,dm-pre-proper;
                reg = <0x70 2>;
        };
 };