Skip to content
Snippets Groups Projects
Commit 782cfbb2 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

image: Introduce fit_image_load() to load images from FITs


At present code to load an image from a FIT is duplicated in the three
places where it is needed (kernel, fdt, ramdisk).

The differences between these different code copies is fairly minor.
Create a new function in the fit code which can handle any of the
requirements of those cases.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2434c66d
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