From: Simon Glass Date: Sat, 19 Dec 2020 17:40:07 +0000 (-0700) Subject: x86: Drop rtc from SPL X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e7144b07e46af8e7c10841aaeb4d517ad33f4242;p=u-boot.git 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 --- diff --git a/arch/x86/dts/rtc.dtsi b/arch/x86/dts/rtc.dtsi index d0bbd84e50..942cc937dc 100644 --- a/arch/x86/dts/rtc.dtsi +++ b/arch/x86/dts/rtc.dtsi @@ -1,7 +1,7 @@ / { rtc: rtc { compatible = "motorola,mc146818"; - u-boot,dm-pre-reloc; + u-boot,dm-pre-proper; reg = <0x70 2>; }; };