]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
config: enable CMD_BMP when API+LCD is enabled
authorStephen Warren <swarren@nvidia.com>
Fri, 18 Apr 2014 17:15:55 +0000 (11:15 -0600)
committerAnatolij Gustschin <agust@denx.de>
Mon, 5 May 2014 09:42:37 +0000 (11:42 +0200)
commit264e0e591bbd1c66d6bd5fb8f2438f17c3ba17ea
treee8b309f51eade5b30ce225148f96bcaa77db6de4
parente1ae71d8f4dd8e3f366f341e8a309e95e79945a0
config: enable CMD_BMP when API+LCD is enabled

When both CONFIG_API and CONFIG_LCD are enabled, the API code calls
lcd_display_bitmap(). That isn't compiled unless either CONFIG_CMD_BMP
or CONFIG_SPLASH_SCREEN is enabled. In order to prevent build problems,
have config_fallbacks.h enable CONFIG_CMD_BMP when both API and LCD are
enabled.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/config_fallbacks.h