[PATCH 08/10] Use the correct ramdisk address
Simon Glass
sjg at chromium.org
Sun Dec 8 16:29:16 CET 2024
On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <mjg59 at srcf.ucam.org> wrote:
>
> From: Matthew Garrett <mgarrett at aurora.tech>
>
> CONFIG_SYS_BOOT_RAMDISK_HIGH copies the initrd out of the FIT and into
> correctly aligned RAM, but the addresses used for this are then discarded
> by the x86 bootm code. Fix that.
>
> Signed-off-by: Matthew Garrett <mgarrett at aurora.tech>
> ---
>
> arch/x86/lib/bootm.c | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
>
Applied to ci/master, thanks!
More information about the U-Boot
mailing list