aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass2021-03-15 17:25:49 +1300
committerSimon Glass2021-03-26 17:03:09 +1300
commit5384ea96ce2c55b042316e4d6a2b3968660c0d40 (patch)
tree69c808b00f1bd1d1a1584d3cffd4fcc0500d340d /arch/x86
parent1d3daaa681bf834d3ec438f288657c0d3c6da112 (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.dtsi2
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;
};
};