mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08: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 {
|
||||
compatible = "x86,reset";
|
||||
u-boot,dm-pre-reloc;
|
||||
u-boot,dm-pre-proper;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user