mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-01 08:55:34 +00:00

Add labels for these nodes so that board DT files can reference them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
6 lines
78 B
Text
6 lines
78 B
Text
/ {
|
|
reset: reset {
|
|
compatible = "x86,reset";
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|