mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 00:36:59 +02:00
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>
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
/ {
|
|
rtc: rtc {
|
|
compatible = "motorola,mc146818";
|
|
u-boot,dm-pre-proper;
|
|
reg = <0x70 2>;
|
|
};
|
|
};
|