]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix bootm to work on powerpc again (compressed uImage)
authorStefan Roese <sr@denx.de>
Fri, 28 Jun 2013 08:02:03 +0000 (10:02 +0200)
committerTom Rini <trini@ti.com>
Fri, 28 Jun 2013 20:26:52 +0000 (16:26 -0400)
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>

No differences found