summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorMadan Srinivas <[email protected]>2017-04-07 10:00:02 -0500
committerTom Rini <[email protected]>2017-04-08 21:35:04 -0400
commita5c7e41be357c508a807b991c2adacc68e79bdfc (patch)
treec727ea700820b2a0171bc522b74e7197da155668 /include/linux/string.h
parentf7c8f032f49ef8183f4019bf2659930d1d07013f (diff)
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 <[email protected]> Signed-off-by: Andrew F. Davis <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions