u-boot/tools/binman/test/292_mkimage_missing_multiple.dts
Simon Glass 176f1f68fa binman: Renumber 277_rockchip and 278_mkimage test files
These have ended up with the same numbers as earlier files. Fix them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-07-24 09:33:55 -06:00

19 lines
237 B
Text

// 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";
};
};
};
};