blob: 54a5a6c571a6f263f6205dae18bb01334a9f4c1e [file] [log] [blame]
Simon Glassfc5a1682022-03-05 20:19:05 -07001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 mkimage {
11 args = "-n test -T script";
12
13 blob-ext {
14 filename = "missing.bin";
15 };
16 };
17 };
18};