mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-17 00:33:27 +08:00
c52c9e7da8
Add support for detecting entries that change size after they have already been packed, and re-running packing when it happens. This removes the limitation that entry size cannot change after PackEntries() is called. Signed-off-by: Simon Glass <sjg@chromium.org>
22 lines
231 B
Plaintext
22 lines
231 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
_testing {
|
|
bad-update-contents;
|
|
bad-update-contents-twice;
|
|
};
|
|
|
|
u-boot {
|
|
};
|
|
|
|
_testing2 {
|
|
type = "_testing";
|
|
bad-update-contents;
|
|
};
|
|
};
|
|
};
|