mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
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>
This commit is contained in:
parent
a59f3d230e
commit
e7144b07e4
@ -1,7 +1,7 @@
|
||||
/ {
|
||||
rtc: rtc {
|
||||
compatible = "motorola,mc146818";
|
||||
u-boot,dm-pre-reloc;
|
||||
u-boot,dm-pre-proper;
|
||||
reg = <0x70 2>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user