]> git.sur5r.net Git - u-boot/commit
rockchip: mkimage: play nice with dumpimage
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 17 Apr 2017 15:48:05 +0000 (17:48 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:21 +0000 (13:37 -0600)
commit24aae93f97381185fdba0935b48f1e5cb716ae54
tree73c4a4c2b9ef5ab35c8d304d5292c38440c80630
parenta1a2dfb87038faffdaa6e15b757a47e3a2f70ee5
rockchip: mkimage: play nice with dumpimage

Dumpimage (it invoked with "-T rkspi" or "-T rksd") would not work due
to check_params failing. These changes ensure that we can both be called
with an empty imagename.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/rkcommon.c