u-boot/tools/binman/test/290_mkimage_sym.dts
Simon Glass 23b96e920b binman: Support writing symbols inside a mkimage image
Add support for writing symbols and determining the assumed position of
binaries inside a mkimage image. This is useful as an example for other
entry types which might want to do the same thing.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-07-20 14:10:58 -06:00

27 lines
272 B
Text

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