u-boot-brain/tools/binman/test/89_expand_size_bad.dts
Simon Glass ba64a0bbb7 binman: Support expanding entries
It is useful to have entries which can grow automatically to fill
available space. Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-09-29 11:49:35 -06:00

15 lines
161 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
_testing {
expand-size;
return-contents-once;
};
u-boot {
offset = <8>;
};
};
};