Skip to content
Snippets Groups Projects
Commit d52e8575 authored by Karl Apsite's avatar Karl Apsite Committed by Tom Rini
Browse files

Combine bootm_find_<thing> functions together


bootm_find_ramdisk_fdt() renamed to bootm_find_images() for readability.

The function bootm_find_ramdisk_fdt() appears to be a simple wrapper for
bootm_find_ramdisk(), bootm_find_fdt(), and now bootm_find_loadables().
I didn't see any other callers entering a bootm_find<thing>, so removing
the wrapper, and condensing these together hopefully makes the code a
little simpler.

Signed-off-by: default avatarKarl Apsite <Karl.Apsite@dornerworks.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 84a07dbf
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