mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
176f1f68fa
These have ended up with the same numbers as earlier files. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
19 lines
237 B
Text
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";
|
|
};
|
|
};
|
|
};
|
|
};
|