forked from OERV-BSP/u-boot
binman: Add support for including spl/u-boot-spl-nodtb.bin
This file contains SPL image without a device tree. Add support for including this in images. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
11
tools/binman/test/52_u_boot_spl_nodtb.dts
Normal file
11
tools/binman/test/52_u_boot_spl_nodtb.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
binman {
|
||||
u-boot-spl-nodtb {
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user