commit | c9639421fd877fa0e95d7744dade002042eb721e | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Nov 16 01:27:23 2014 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Thu Nov 27 16:20:37 2014 +0100 |
tree | 33d230db29a449af0173d69affd45a9d05f50c79 | |
parent | 426f87045c69b8887706f8eb20e9790e3025e35b [diff] |
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>