commit | a89857d63ceef1076241c5ce7c7c667988abd3f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 30 10:52:07 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:26 2016 -0400 |
tree | 1e23ee9a1e72af69225edcb25a692e421450bdda | |
parent | 332b829f36c08fa4f615d84753bca7bce0d0d55e [diff] |
mkimage: Honour the default image type with auto-fit The default image type is supposed to be IH_TYPE_KERNEL, as set in the 'params' variable. Honour this with auto-fit also. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>