projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59f3d2
)
x86: Drop rtc from SPL
author
Simon Glass
<sjg@chromium.org>
Sat, 19 Dec 2020 17:40:07 +0000
(10:40 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/x86/dts/rtc.dtsi
b/arch/x86/dts/rtc.dtsi
index d0bbd84e5095453402be0dd10016b541b875156c..942cc937dc4e54d38812f88201a87c7f7237415c 100644
(file)
--- 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>;
};
};