Skip to content
Snippets Groups Projects
Commit 4943dc2f authored by Cédric Schieli's avatar Cédric Schieli Committed by Tom Rini
Browse files

bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set


In commit c2e7e72b, the ramdisk relocation code was moved from
image_setup_linux to do_bootm, leaving the bootz and booti cases broken.

This patch fixes both by adding the BOOTM_STATE_RAMDISK state in their
call to do_bootm_states if CONFIG_SYS_BOOT_RAMDISK_HIGH is set.

Signed-off-by: default avatarCédric Schieli <cschieli@gmail.com>
Reviewed-by: default avatarRick Altherr <raltherr@google.com>
Tested-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 9b6ef528
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment