1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-02 10:27:11 +01:00
Files
u-boot-megous/tools/binman/test
Simon Glass 5c890238c4 binman: Tidy up setting of entry contents
At present the contents of an entry are set in subclasses simply by
assigning to the data and content_size properties. Add some methods to do
this, so that we have more control. In particular, add a method to set the
contents without changing its size, so we can validate that case.

Add a test case for trying to change the size when this is not allowed.

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