mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
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>
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
/ {
|
|
reset: reset {
|
|
compatible = "x86,reset";
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
};
|