commit | 0665838ce26102c9220174f3c5631ef9a360a345 | [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 | cf707c9d3a162532f0ce407952baa16c45b1bf99 [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>