u-boot/tools/binman/test/278_replace_section_deep.dts
Simon Glass 7caa372a5e binman: Support updating section contents
Implement this feature since it is useful for updating FITs within an
image.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-03-08 13:15:14 -08:00

25 lines
225 B
Text

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
allow-repack;
u-boot-dtb {
};
section {
section {
blob {
filename = "compress";
};
};
u-boot {
};
};
fdtmap {
};
};
};