mirror of
https://xff.cz/git/u-boot/
synced 2026-01-20 03:57:22 +01:00
At present the Python sequential-write interface can produce an error when it calls fdt_finish(), since this needs to add a terminating tag to the end of the struct section. Fix this by automatically expanding the buffer if needed. Signed-off-by: Simon Glass <sjg@chromium.org>