Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Stefan Roese's avatar
    ed12b5b9
    Fix bootm to work on powerpc again (compressed uImage) · ed12b5b9
    Stefan Roese authored
    
    Patch 35fc84fa [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: default avatarStefan Roese <sr@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Tom Rini <trini@ti.com>
    ed12b5b9
    History
    Fix bootm to work on powerpc again (compressed uImage)
    Stefan Roese authored
    
    Patch 35fc84fa [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: default avatarStefan Roese <sr@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Tom Rini <trini@ti.com>