aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-19 10:40:07 -0700
committerSimon Glass <sjg@chromium.org>2021-01-05 12:24:41 -0700
commite7144b07e46af8e7c10841aaeb4d517ad33f4242 (patch)
tree59fb16681528c4419601d5ea7c7b6e86fb54bd42
parenta59f3d230eb995fd740656c0f33b3036efec40f0 (diff)
downloadu-boot-e7144b07e46af8e7c10841aaeb4d517ad33f4242.zip
u-boot-e7144b07e46af8e7c10841aaeb4d517ad33f4242.tar.gz
u-boot-e7144b07e46af8e7c10841aaeb4d517ad33f4242.tar.bz2
x86: Drop rtc from SPL
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>
-rw-r--r--arch/x86/dts/rtc.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/rtc.dtsi b/arch/x86/dts/rtc.dtsi
index d0bbd84..942cc93 100644
--- a/arch/x86/dts/rtc.dtsi
+++ b/arch/x86/dts/rtc.dtsi
@@ -1,7 +1,7 @@
/ {
rtc: rtc {
compatible = "motorola,mc146818";
- u-boot,dm-pre-reloc;
+ u-boot,dm-pre-proper;
reg = <0x70 2>;
};
};