]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm: add missing initramfs relocation
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 16 Nov 2014 00:27:23 +0000 (01:27 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 27 Nov 2014 15:20:37 +0000 (16:20 +0100)
commitc9639421fd877fa0e95d7744dade002042eb721e
tree33d230db29a449af0173d69affd45a9d05f50c79
parent426f87045c69b8887706f8eb20e9790e3025e35b
MIPS: bootm: add missing initramfs relocation

The initramfs is currently only relocated if the user calls
the bootm ramdisk subcommand. If bootm should be used without
subcommands, the arch-specific bootm code needs to implement
the relocation.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/bootm.c