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:
Simon Glass 2020-12-19 10:40:07 -07:00
parent a59f3d230e
commit e7144b07e4

View File

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