mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
10f9d0066b
While it is useful and efficient to build images in a single pass from a unified description, it is sometimes desirable to update the image later. Add support for replace an existing file with one of the same size. This avoids needing to repack the file. Support for more advanced updates will come in future patches. Signed-off-by: Simon Glass <sjg@chromium.org>
21 lines
227 B
Text
21 lines
227 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
size = <0xc00>;
|
|
u-boot {
|
|
};
|
|
fdtmap {
|
|
};
|
|
u-boot-dtb {
|
|
};
|
|
image-header {
|
|
location = "end";
|
|
};
|
|
};
|
|
};
|