
6 Sep
2016
6 Sep
'16
3:34 p.m.
On Thu, Sep 01, 2016 at 01:04:36AM -0400, Madan Srinivas wrote:
The function board_fit_image_post_process is defined only when the config CONFIG_FIT_IMAGE_POST_PROCESS is enabled. For secure systems that do not use SPL but use FIT kernel images, only CONFIG_FIT_IMAGE_POST_PROCESS will be defined, which will result in an implicit declaration of function 'board_fit_image_post_process' warning while building u-boot. This patch fixes this warning.
Signed-off-by: Madan Srinivas madans@ti.com Acked-by: Andrew F. Davis afd@ti.com
Cc: Andrew F. Davis afd@ti.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom