]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Convert fat to spl_load
authorSean Anderson <seanga2@gmail.com>
Wed, 8 Nov 2023 16:48:49 +0000 (11:48 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 18:49:14 +0000 (13:49 -0500)
commit682184e9b9a6f67b108209651ad2ce90aae9ec9d
tree79c22b0938f61ffb7e0e28b55eccfe617523e55c
parentb8ed72256748119d392c63c6fa8b1f8bb156fd38
spl: Convert fat to spl_load

This converts the fat loader to use spl_load. Some platforms are very
tight on space, so we take care to only include the code we really need.

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