Skip to content
Snippets Groups Projects
Commit 3d187b39 authored by Tom Rini's avatar Tom Rini
Browse files

cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS


In 5c427e49 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: default avatarDan Murphy <dmurphy@ti.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent d0b96168
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment