mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
fadad3a64a
This is needed to handle mkimage with inner section located itself in a section. Signed-off-by: Marek Vasut <marex@denx.de> Use BuildSectionData() instead of ObtainContents(), add tests and a few other minor fixes: Signed-off-by: Simon Glass <sjg@chromium.org>
24 lines
233 B
Text
24 lines
233 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
mkimage {
|
|
args = "-T script";
|
|
|
|
u-boot {
|
|
};
|
|
|
|
hash {
|
|
};
|
|
|
|
imagename {
|
|
type = "u-boot";
|
|
};
|
|
};
|
|
};
|
|
};
|