aboutsummaryrefslogtreecommitdiff
path: root/include/spl_load.h
diff options
context:
space:
mode:
authorSean Anderson2023-11-08 11:48:55 -0500
committerTom Rini2023-11-16 13:49:14 -0500
commit9b9c6aaaf22e59bc903b640a26961cdba451140f (patch)
tree53786a0b0130db3b71d59588a139bef3bcd8e675 /include/spl_load.h
parent6029a0e1affa19b83004083af3130e153af028fa (diff)
spl: Convert semihosting to spl_load
This converts the semihosting load method to use spl_load. As a result, it also adds support for LOAD_FIT_FULL and IMX images. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'include/spl_load.h')
-rw-r--r--include/spl_load.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spl_load.h b/include/spl_load.h
index 2618109cee0..2a20e866cd8 100644
--- a/include/spl_load.h
+++ b/include/spl_load.h
@@ -102,6 +102,7 @@ static inline int _spl_load(struct spl_image_info *spl_image,
(IS_ENABLED(CONFIG_SPL_NAND_SUPPORT) && !IS_ENABLED(CONFIG_SPL_UBI)) + \
IS_ENABLED(CONFIG_SPL_NET) + \
IS_ENABLED(CONFIG_SPL_NOR_SUPPORT) + \
+ IS_ENABLED(CONFIG_SPL_SEMIHOSTING) + \
0
#if SPL_LOAD_USERS > 1