mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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>
This commit is contained in:
parent
1d3daaa681
commit
5384ea96ce
@ -1,6 +1,6 @@
|
|||||||
/ {
|
/ {
|
||||||
reset: reset {
|
reset: reset {
|
||||||
compatible = "x86,reset";
|
compatible = "x86,reset";
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-proper;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user