]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
add boot_get_loadables() to load listed images
authorKarl Apsite <karl.apsite@dornerworks.com>
Thu, 21 May 2015 13:52:48 +0000 (09:52 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:08 +0000 (22:47 +0200)
commit94348b6e7632371a085b3ba03f0ae63aea5ea13e
tree81cb58b94504e9b4011c1053bf6309f572685094
parentcbea103e903ae3b567c5c49d8d26f51e54f9e0ca
add boot_get_loadables() to load listed images

Added a trimmed down instance of boot_get_<thing>() to satisfy the
minimum requierments of the added feature.  The function follows the
normal patterns set by other boot_get<thing>'s, which should make it a
bit easier to combine them all together into one boot_get_image()
function in a later refactor.

Documentation for the new function can be found in source:
  include/image.h

Signed-off-by: Karl Apsite <Karl.Apsite@dornerworks.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/bootm.c
common/image-fit.c
common/image.c
include/bootstage.h
include/image.h