u-boot-brain/arch/powerpc
Stefan Roese ed12b5b9da Fix bootm to work on powerpc again (compressed uImage)
Patch 35fc84fa1 [Refactor the bootm command to reduce code duplication]
breaks booting Linux (compressed uImage with fdt) on powerpc.

boot_jump_linux() mustn't be called before boot_prep_linux() and
boot_body_linux() have been called. So remove the superfluous call
to boot_jump_linux() in arch/powerpc/lib/bootm.c as its called later on
in this function.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@ti.com>
2013-06-28 16:26:52 -04:00
..
cpu powerpc/85xx: Add P1023RDB board support 2013-06-20 17:08:53 -05:00
include/asm powerpc/mpc85xx: work around erratum A-006593 2013-06-20 17:08:49 -05:00
lib Fix bootm to work on powerpc again (compressed uImage) 2013-06-28 16:26:52 -04:00
config.mk ppc: Enable generic board support 2013-03-15 16:14:00 -04:00