
15 Mar
2019
15 Mar
'19
12:35 p.m.
Am 07.03.19 um 16:49 schrieb Horatiu Vultur:
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
arch/mips/lib/bootm.c | 19 ------------------- 1 file changed, 19 deletions(-)
applied to u-boot-mips/next, thanks.
--
- Daniel