1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00
Files
u-boot-megous/arch/x86/dts/rtc.dtsi
Simon Glass e7144b07e4 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>
2021-01-05 12:24:41 -07:00

8 lines
101 B
Plaintext

/ {
rtc: rtc {
compatible = "motorola,mc146818";
u-boot,dm-pre-proper;
reg = <0x70 2>;
};
};