mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
b37b7b2063
This converts all x86 boards over to DM sysreset. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6 lines
71 B
Text
6 lines
71 B
Text
/ {
|
|
reset {
|
|
compatible = "x86,reset";
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|