]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Convert ext to use spl_load
authorSean Anderson <seanga2@gmail.com>
Wed, 8 Nov 2023 16:48:48 +0000 (11:48 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 18:49:14 +0000 (13:49 -0500)
commitb8ed72256748119d392c63c6fa8b1f8bb156fd38
tree524443370489d64765ff7c91b9844e0cef7a8c8b
parent775074165d97e03277eaf345d8c472e48659f5af
spl: Convert ext to use spl_load

This converts the ext load method to use spl_load. As a consequence, it
also adds support for FIT and IMX images.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl_ext.c
include/spl_load.h
test/image/spl_load_fs.c