1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

[HACK] spl: Speedup SPL FIT loading a bit

Don't record loadables into DT. It's useless and slow.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
This commit is contained in:
Ondrej Jirman
2022-09-06 00:14:11 +02:00
parent b39b0dd3b2
commit ce55fe0cae

View File

@@ -485,6 +485,8 @@ static int spl_fit_record_loadable(const struct spl_fit_info *ctx, int index,
const char *name;
int node;
return 0;
if (CONFIG_IS_ENABLED(FIT_IMAGE_TINY))
return 0;