mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
7caa372a5e
Implement this feature since it is useful for updating FITs within an image. Signed-off-by: Simon Glass <sjg@chromium.org>
25 lines
225 B
Text
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 {
|
|
};
|
|
};
|
|
};
|