Home
last modified time | relevance | path

Searched hist:f24e10500ffc7ff4b9c75de0e9b1f3efdd43ef41 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dmkimage.cdiff f24e10500ffc7ff4b9c75de0e9b1f3efdd43ef41 Thu Jun 30 11:52:18 CDT 2016 Simon Glass <sjg@chromium.org> mkimage: Use generic code for showing an 'image type' error

The existing error code only displays image types which are claimed by a
particular U_BOOT_IMAGE_TYPE() driver. But this does not seem correct. The
mkimage tool should support all image types, so it makes sense to allow
creation of images of any type with the tool.

When an incorrect image type is provided, use generic code to display the
error.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>