aboutsummaryrefslogtreecommitdiff
path: root/include/spl_load.h
diff options
context:
space:
mode:
authorSean Anderson2023-11-08 11:48:52 -0500
committerTom Rini2023-11-16 13:49:14 -0500
commit2e5476b5a7fe7255e58bd6b086c1c6c77350cadd (patch)
treec9ad502bf19297fb82872169b515c01f1d26e6a3 /include/spl_load.h
parent11f834614e8577bffea04d39e7eb235ee1271b29 (diff)
spl: Convert net to spl_load
This converts the net 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> Reviewed-by: Simon Glass <sjg@chromium.org>
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 38294a21ad0..4777f84ac6b 100644
--- a/include/spl_load.h
+++ b/include/spl_load.h
@@ -99,6 +99,7 @@ static inline int _spl_load(struct spl_image_info *spl_image,
IS_ENABLED(CONFIG_SPL_FS_FAT) + \
IS_ENABLED(CONFIG_SPL_SYS_MMCSD_RAW_MODE) + \
(IS_ENABLED(CONFIG_SPL_NAND_SUPPORT) && !IS_ENABLED(CONFIG_SPL_UBI)) + \
+ IS_ENABLED(CONFIG_SPL_NET) + \
0
#if SPL_LOAD_USERS > 1