mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 15:31:27 +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;
|
|
};
|
|
};
|