]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc604ef1d74219e23dca54274e373506c1d38997e
tree931900d605256cbdc693e1485d7a87a5b3bc097d
parent75d22c6229f5a81f589efb66f2e452ef4fd8d31d
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 c6a134072f944458c104895d28ef1de8931b531e ("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