summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 17:25:49 +1300
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:29 +1300
commit2f82c1c1d2390020fa044fd0ea3fc895a6882d79 (patch)
tree8a2ac60024d90d63a1f5644e666f77103e302ef7
parent035c430c54bf67d6a9bddcae2e1d8b3dd4009bbf (diff)
downloadu-boot-2f82c1c1d2390020fa044fd0ea3fc895a6882d79.tar.gz
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>
-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 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;
};
};