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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user