From: Simon Glass Date: Mon, 15 Mar 2021 04:25:49 +0000 (+1300) Subject: x86: Don't include reset driver in SPL X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5384ea96ce2c55b042316e4d6a2b3968660c0d40;p=u-boot.git x86: Don't include reset driver in SPL We don't normally need this driver in TPL/SPL, so drop it for now. It can be enabled by individual boards if needed. Signed-off-by: Simon Glass Signed-off-by: Simon Glass --- diff --git a/arch/x86/dts/reset.dtsi b/arch/x86/dts/reset.dtsi index 555d0dd960..f2ba2fb5e8 100644 --- a/arch/x86/dts/reset.dtsi +++ b/arch/x86/dts/reset.dtsi @@ -1,6 +1,6 @@ / { reset: reset { compatible = "x86,reset"; - u-boot,dm-pre-reloc; + u-boot,dm-pre-proper; }; };