Re: [PATCH v2] common: Kconfig.boot: Add FIT_PRINT config option

2021-02-02 Thread Tom Rini
On Wed, Jan 27, 2021 at 02:01:48PM -0800, Ravik Hasija wrote: > Config allows to disable printing contents of fitImage to optimize boottime. > > Signed-off-by: Ravik Hasija > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2] common: Kconfig.boot: Add FIT_PRINT config option

2021-01-27 Thread Ravik Hasija
Config allows to disable printing contents of fitImage to optimize boottime. Signed-off-by: Ravik Hasija Reviewed-by: Simon Glass --- Changes for v2: - updated macro to check for CONFIG - fixed comment to reflect correct condition check --- common/Kconfig.boot | 6 ++ common/image-f

[PATCH v2] common: Kconfig.boot: Add FIT_PRINT config option

2021-01-27 Thread Ravik Hasija
Config allows to disable printing contents of fitImage to optimize boottime. Signed-off-by: Ravik Hasija Reviewed-by: Simon Glass --- Changes for v2: - updated macro to check for CONFIG - fixed comment to reflect correct condition check --- common/Kconfig.boot | 6 ++ common/image-f