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:
@@ -470,6 +470,8 @@ static int spl_fit_record_loadable(const struct spl_fit_info *ctx, int index,
|
|||||||
const char *name;
|
const char *name;
|
||||||
int node;
|
int node;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
if (CONFIG_IS_ENABLED(FIT_IMAGE_TINY))
|
if (CONFIG_IS_ENABLED(FIT_IMAGE_TINY))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user