On Tue, Feb 24, 2015 at 07:04:38AM +0100, Heiko Schocher wrote:

> running "spl export ..." more than once fails with:
> 
> Trying to execute a command out of order
> Trying to execute a command out of order
> Trying to execute a command out of order
> Trying to execute a command out of order
> Trying to execute a command out of order
> Trying to execute a command out of order
> ERROR prep subcommand failed!
> Subcommand failed
> 
> reason is commmit:
> 35fc84fa1f: Refactor the bootm command to reduce code duplication
> 
> It used "state != BOOTM_STATE_START" but state is a bitfield, so
> check if the bit BOOTM_STATE_START is not set. With this fix,
> "spl export ..." can called more than once ...
> 
> Signed-off-by: Heiko Schocher <h...@denx.de>
> Reviewed-by: Simon Glass <s...@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to