projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3daaa
)
x86: Don't include reset driver in SPL
author
Simon Glass
<sjg@chromium.org>
Mon, 15 Mar 2021 04:25:49 +0000
(17:25 +1300)
committer
Simon Glass
<sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000
(17:03 +1300)
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>
arch/x86/dts/reset.dtsi
patch
|
blob
|
history
diff --git
a/arch/x86/dts/reset.dtsi
b/arch/x86/dts/reset.dtsi
index
555d0dd
..
f2ba2fb
100644
(file)
--- 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
;
};
};