u-boot-brain/arch/x86/dts/reset.dtsi
Simon Glass 5384ea96ce 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>
2021-03-26 17:03:09 +13:00

7 lines
79 B
Plaintext

/ {
reset: reset {
compatible = "x86,reset";
u-boot,dm-pre-proper;
};
};