1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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 7dd1395cf8
commit 2da615cc76

View File

@@ -470,6 +470,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;