Re: [U-Boot] [PATCH v2] avr32: fix do_bootm_linux

2013-07-03 Thread Tom Rini
On Tue, Jul 02, 2013 at 09:19:31AM -0400, Tom Rini wrote: > On Tue, Jul 02, 2013 at 09:17:04AM -0400, Tom Rini wrote: > > > From: Andreas Bie??mann > > OK, forgot to update the topline commit message to: > avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux Applied to u-boo

Re: [U-Boot] [PATCH v2] avr32: fix do_bootm_linux

2013-07-02 Thread Tom Rini
On Tue, Jul 02, 2013 at 09:17:04AM -0400, Tom Rini wrote: > From: Andreas Bie??mann OK, forgot to update the topline commit message to: avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v2] avr32: fix do_bootm_linux

2013-07-02 Thread Tom Rini
From: Andreas Bießmann Commit 35fc84fa1ff51e15ecd3e464dac87eb105ffed30 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 wil