Skip to content
Snippets Groups Projects
Commit 225fd8c5 authored by Tom Rini's avatar Tom Rini
Browse files

cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself


As a zImage does not have a U-Boot header, we cannot really do what
BOOTM_STATE_FINDOTHER does, exactly.  Break the ramdisk/fdt portions of
bootm_find_other into bootm_find_ramdisk/fdt which can be called in both
cases.

Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 2b9599e0
No related branches found
No related tags found
No related merge requests found
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