boot: fix multiple boot sources
When there are multiple bootsources barebox should try booting them
until one succeeds. This is broken because we bail out of the iteration
loop with a goto. Remove the goto to fix this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent f5b552f commit a4987365a51a469d7a67b06b208b2b3217840601
@Sascha Hauer Sascha Hauer authored on 13 May 2014
Showing 1 changed file
View
commands/boot.c