Home
last modified time | relevance | path

Searched hist:a5c7e41be357c508a807b991c2adacc68e79bdfc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dimage.ha5c7e41be357c508a807b991c2adacc68e79bdfc Fri Apr 07 15:00:02 UTC 2017 Madan Srinivas <madans@ti.com> image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESS

The function 'board_fit_image_post_process' is defined only when the
config option CONFIG_FIT_IMAGE_POST_PROCESS is enabled. For secure
systems that do not use SPL but do 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. Fix this warning.

Signed-off-by: Madan Srinivas <madans@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>