Skip to content
Snippets Groups Projects
Commit 2cb0e55a authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Tom Rini
Browse files

avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux


Commit 35fc84fa broke bootm on avr32. It
requires to call do_bootm_linux() with flag set to BOOTM_STATE_OS_PREP before
calling it again with flag set to BOOTM_STATE_OS_GO.
Fix this by allowing flag set to BOOTM_STATE_OS_PREP, this however will
require a complete refactoring later on.

Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
[trini: Apply to m68k, microblaze, nds32, nios2, openrisc, sh and sparc]
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 5a34d9bf
No related branches found
No related tags found
Loading
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