mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
e7144b07e4
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>
7 lines
101 B
Text
7 lines
101 B
Text
/ {
|
|
rtc: rtc {
|
|
compatible = "motorola,mc146818";
|
|
u-boot,dm-pre-proper;
|
|
reg = <0x70 2>;
|
|
};
|
|
};
|