u-boot/tools/binman/test/238_mkimage_image_bad.dts
Simon Glass 9db9e932c7 binman: Allow passing entries using -n
Also control over what goes in the file passed with -n using a separate
imagename subnode. This can include a section or any other entry type.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-08-20 18:07:32 -06:00

22 lines
242 B
Text

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
mkimage {
args = "-T script";
data-to-imagename;
imagename {
type = "u-boot";
};
u-boot-spl {
};
};
};
};