mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00: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 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/ {
|
||||
rtc: rtc {
|
||||
compatible = "motorola,mc146818";
|
||||
u-boot,dm-pre-reloc;
|
||||
u-boot,dm-pre-proper;
|
||||
reg = <0x70 2>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue