Files
u-boot/common
Heiko Schocher ff6c032ea8 spl: fix calling "spl export .." more than once
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 <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-03-05 20:50:28 -05:00
..
2015-02-17 22:54:38 +01:00
2015-01-30 09:19:17 -05:00
2015-01-30 09:19:16 -05:00
2014-12-29 16:31:24 -05:00
2015-01-29 17:09:57 -07:00
2014-11-23 06:49:01 -05:00
2015-01-29 17:09:57 -07:00
2015-01-29 17:09:57 -07:00
2015-01-05 12:08:51 -05:00
2015-03-05 09:23:39 -05:00