[U-Boot] [PATCH] cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS

Tom Rini trini at ti.com
Tue Sep 24 17:02:08 CEST 2013


On Mon, Sep 23, 2013 at 02:33:33PM -0400, Tom Rini wrote:
> In 5c427e4 we pass BOOTM_STATE_OS_CMDLINE as part of the bootm states to
> run, on all arches.  However, this is only valid / useful on PowerPC and
> MIPS, and causes a problem on ARM where we specifically do not use it.
> Rather than make this state fake pass like we do for GO on some arches
> (which need updating to use the GO state), we should just not pass
> CMDLINE except when it may be used, like before.
> 
> Tested-by: Dan Murphy <dmurphy at ti.com>
> Signed-off-by: Tom Rini <trini at ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130924/7650da9a/attachment.pgp>


More information about the U-Boot mailing list