[U-Boot] [PATCH V2 1/3] mkimage: ublimage must return if the header is not verified

2011-09-22 Thread Stefano Babic
Each image handler must return a not-zero value if the header is not recognized to allow the main program to iterate to the next handler. Signed-off-by: Stefano Babic CC: Heiko Schocher --- Changes since V1: - correct commit message (Heiko Schocher) tools/ublimage.c |5 + 1 fi

Re: [U-Boot] [PATCH V2 1/3] mkimage: ublimage must return if the header is not verified

2011-10-05 Thread Wolfgang Denk
Dear Stefano Babic, In message <1316687112-27380-1-git-send-email-sba...@denx.de> you wrote: > Each image handler must return a not-zero value if the > header is not recognized to allow the main program to > iterate to the next handler. > > Signed-off-by: Stefano Babic > CC: Heiko Schocher > --