[U-Boot] Duplicate description in Kconfig for SPL_LOAD_FIT/SPL_LOAD_FIT_FULL

Marek Vasut marex at denx.de
Fri Jun 15 11:34:54 UTC 2018


On 06/15/2018 12:40 PM, Alex Kiernan wrote:
> We've got this in Kconfig:
> 
> config SPL_LOAD_FIT
>         bool "Enable SPL loading U-Boot as a FIT"
>         select SPL_FIT
>         help
>           Normally with the SPL framework a legacy image is generated as part
>           of the build. This contains U-Boot along with information as to
>           where it should be loaded. This option instead enables generation
>           of a FIT (Flat Image Tree) which provides more flexibility. In
>           particular it can handle selecting from multiple device tree
>           and passing the correct one to U-Boot.
> 
> config SPL_LOAD_FIT_FULL
>         bool "Enable SPL loading U-Boot as a FIT"
>         select SPL_FIT
>         help
>           Normally with the SPL framework a legacy image is generated as part
>           of the build. This contains U-Boot along with information as to
>           where it should be loaded. This option instead enables generation
>           of a FIT (Flat Image Tree) which provides more flexibility. In
>           particular it can handle selecting from multiple device tree
>           and passing the correct one to U-Boot.
> 
> As far as I can see they're completely identical descriptions,
> presumably one should say something different?

The later pulls in the entire fitImage code, the former only a reduced
version.

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list