u-boot/tools/binman/test/278_mkimage_missing_multipl...

20 lines
237 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
mkimage {
args = "-n test -T script";
multiple-data-files;
blob-ext {
filename = "missing.bin";
};
};
};
};