[U-Boot] [PATCH] config: enable CMD_BMP when API+LCD is enabled

Anatolij Gustschin agust at denx.de
Mon May 5 11:44:40 CEST 2014


On Fri, 18 Apr 2014 11:15:55 -0600
Stephen Warren <swarren at wwwdotorg.org> wrote:

> From: Stephen Warren <swarren at nvidia.com>
> 
> 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 at nvidia.com>
> ---
>  include/config_fallbacks.h | 4 ++++
>  1 file changed, 4 insertions(+)

applied to u-boot-video/master. Thanks!

Anatolij


More information about the U-Boot mailing list