mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
5384ea96ce
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>
6 lines
79 B
Text
6 lines
79 B
Text
/ {
|
|
reset: reset {
|
|
compatible = "x86,reset";
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
};
|