diff options
author | Madan Srinivas <madans@ti.com> | 2017-04-07 10:00:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 21:35:04 -0400 |
commit | a5c7e41be357c508a807b991c2adacc68e79bdfc (patch) | |
tree | c727ea700820b2a0171bc522b74e7197da155668 /arch/arm/mach-keystone | |
parent | f7c8f032f49ef8183f4019bf2659930d1d07013f (diff) | |
download | u-boot-a5c7e41be357c508a807b991c2adacc68e79bdfc.tar.gz u-boot-a5c7e41be357c508a807b991c2adacc68e79bdfc.tar.bz2 u-boot-a5c7e41be357c508a807b991c2adacc68e79bdfc.zip |
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>
Diffstat (limited to 'arch/arm/mach-keystone')
0 files changed, 0 insertions, 0 deletions