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:
Simon Glass 2021-03-15 17:25:49 +13:00
parent 1d3daaa681
commit 5384ea96ce

View File

@ -1,6 +1,6 @@
/ {
reset: reset {
compatible = "x86,reset";
u-boot,dm-pre-reloc;
u-boot,dm-pre-proper;
};
};