commit | 802aa82d1c4cec1dddd899a97faeb8f9718170e4 | [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 | d25c0d90e5587ce8c1a6f79d78ef0a72cd579875 [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>