]> git.ipfire.org Git - people/ms/u-boot.git/commit
mkimage: Automatically make space in FDT when full
authorSimon Glass <sjg@chromium.org>
Tue, 3 Jun 2014 04:04:53 +0000 (22:04 -0600)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:25:46 +0000 (16:25 -0400)
commita9468115699de562f08796bf2eabd832435bedec
treea5c4ad46d6492738cdb1f7dd867f88ba4368fd90
parentef0af64b1c45b8ee28db12c16c4ee881ee328e44
mkimage: Automatically make space in FDT when full

When adding hashes or signatures, the target FDT may be full. Detect this
and automatically try again after making 1KB of space.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/fit_check_sign.c
tools/fit_common.c
tools/fit_common.h
tools/fit_image.c
tools/fit_info.c
tools/image-host.c