mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
9db9e932c7
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>
21 lines
220 B
Text
21 lines
220 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
mkimage {
|
|
args = "-T script";
|
|
|
|
imagename {
|
|
type = "u-boot";
|
|
};
|
|
|
|
u-boot-spl {
|
|
};
|
|
};
|
|
};
|
|
};
|