-
- Downloads
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:Andreas Bießmann <andreas.devel@googlemail.com> [trini: Apply to m68k, microblaze, nds32, nios2, openrisc, sh and sparc] Signed-off-by:
Tom Rini <trini@ti.com>
Showing
- arch/avr32/lib/bootm.c 9 additions, 0 deletionsarch/avr32/lib/bootm.c
- arch/m68k/lib/bootm.c 6 additions, 0 deletionsarch/m68k/lib/bootm.c
- arch/microblaze/lib/bootm.c 6 additions, 0 deletionsarch/microblaze/lib/bootm.c
- arch/nds32/lib/bootm.c 6 additions, 0 deletionsarch/nds32/lib/bootm.c
- arch/nios2/lib/bootm.c 6 additions, 0 deletionsarch/nios2/lib/bootm.c
- arch/openrisc/lib/bootm.c 6 additions, 0 deletionsarch/openrisc/lib/bootm.c
- arch/sh/lib/bootm.c 6 additions, 0 deletionsarch/sh/lib/bootm.c
- arch/sparc/lib/bootm.c 6 additions, 0 deletionsarch/sparc/lib/bootm.c
Loading
Please register or sign in to comment