From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 15 Mar 2019 12:35:17 +0100 Subject: [U-Boot] [PATCH] bootm: mips: Remove boot_reloc_ramdisk In-Reply-To: <1551973781-7325-1-git-send-email-horatiu.vultur@microchip.com> References: <1551973781-7325-1-git-send-email-horatiu.vultur@microchip.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > arch/mips/lib/bootm.c | 19 ------------------- > 1 file changed, 19 deletions(-) > applied to u-boot-mips/next, thanks. -- - Daniel