diff options
author | Simon Glass | 2021-03-15 17:25:49 +1300 |
---|---|---|
committer | Simon Glass | 2021-03-26 17:03:09 +1300 |
commit | 5384ea96ce2c55b042316e4d6a2b3968660c0d40 (patch) | |
tree | 69c808b00f1bd1d1a1584d3cffd4fcc0500d340d /arch/x86 | |
parent | 1d3daaa681bf834d3ec438f288657c0d3c6da112 (diff) |
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 <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/dts/reset.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/reset.dtsi b/arch/x86/dts/reset.dtsi index 555d0dd9608..f2ba2fb5e84 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; }; }; |