]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: ublimage must return if the header is not verified
authorStefano Babic <sbabic@denx.de>
Thu, 15 Sep 2011 23:50:15 +0000 (23:50 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 Oct 2011 20:03:11 +0000 (22:03 +0200)
commit163967905f9e41232d5f7c525a9811a200fe30ba
treec6e00b01a655e2a3ce2e5c3f2da57a53644d71b6
parent9400f8fa7c064fd1e1c7ae714920f6067eec3ca4
mkimage: ublimage must return if the header is not verified

Each image handler must return a not-zero velue if the
header is not recognized to allow the main program to
iterate to the next handler.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Heiko Schocher <hs@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
tools/ublimage.c