summaryrefslogtreecommitdiff
path: root/tools/binman/test/52_u_boot_spl_nodtb.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-14 04:54:56 +0300
committerSimon Glass <sjg@chromium.org>2017-12-13 05:53:45 +0300
commit4e6fdbef67e4e73b516c20b073cf160679940b77 (patch)
treebf7a633b71dcb8e5a9728bdfc4d4462b46fa52a4 /tools/binman/test/52_u_boot_spl_nodtb.dts
parent47419eae4b266ec8d1954d9314d833d014d63ecd (diff)
downloadu-boot-4e6fdbef67e4e73b516c20b073cf160679940b77.tar.xz
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>
Diffstat (limited to 'tools/binman/test/52_u_boot_spl_nodtb.dts')
-rw-r--r--tools/binman/test/52_u_boot_spl_nodtb.dts11
1 files changed, 11 insertions, 0 deletions
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 0000000000..7f4e27780f
--- /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 {
+ };
+ };
+};