From 4e6fdbef67e4e73b516c20b073cf160679940b77 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 13 Nov 2017 18:54:56 -0700 Subject: 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 --- tools/binman/test/52_u_boot_spl_nodtb.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/binman/test/52_u_boot_spl_nodtb.dts (limited to 'tools/binman/test') diff --git a/tools/binman/test/52_u_boot_spl_nodtb.dts b/tools/binman/test/52_u_boot_spl_nodtb.dts new file mode 100644 index 00000000000..7f4e27780fe --- /dev/null +++ b/tools/binman/test/52_u_boot_spl_nodtb.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot-spl-nodtb { + }; + }; +}; -- cgit v1.2.3