mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 16:35:37 +00:00

Add entries to support some standard U-Boot binaries, such as u-boot.bin, u-boot.dtb, etc. Also add some tests for these. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
15 lines
127 B
Text
15 lines
127 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
u-boot {
|
|
};
|
|
|
|
u-boot-spl {
|
|
pos = <0>;
|
|
};
|
|
};
|
|
};
|