1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-07 03:32:20 +02:00
Files
u-boot-megous/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

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