bootm: mips: Remove boot_reloc_ramdisk
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Thu, 7 Mar 2019 15:49:41 +0000 (16:49 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 12 Apr 2019 15:32:50 +0000 (17:32 +0200)
commite5151666364e64e6ca6e554e3d53f2a53fbc1800
tree931900d605256cbdc693e1485d7a87a5b3bc097d
parenteacbdd64cc4b04daa9b0c2b204eb05ca9b9a8f67
bootm: mips: Remove boot_reloc_ramdisk

Remove the function boot_reloc_ramdisk in the file arch/mips/lib/bootm
because it is relocating again the ramdisk. The function do_bootm_states()
already relocates the ramdisk even if it is a legacy uImage or a FIT image.

The relocation in the function do_bootm_states() was introduce in the
commit c2e7e72bb9f0cb47d024997b381cb64786eb5402 ("bootm: relocate ramdisk
if CONFIG_SYS_BOOT_RAMDISK_HIGH set")

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/bootm.c