commit | a9468115699de562f08796bf2eabd832435bedec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 02 22:04:53 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:25:46 2014 -0400 |
tree | a5c4ad46d6492738cdb1f7dd867f88ba4368fd90 | |
parent | ef0af64b1c45b8ee28db12c16c4ee881ee328e44 [diff] |
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>