From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 5 May 2014 11:44:40 +0200 Subject: [U-Boot] [PATCH] config: enable CMD_BMP when API+LCD is enabled In-Reply-To: <1397841355-22609-1-git-send-email-swarren@wwwdotorg.org> References: <1397841355-22609-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <20140505114440.5086c12c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 18 Apr 2014 11:15:55 -0600 Stephen Warren wrote: > From: Stephen Warren > > 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 > --- > include/config_fallbacks.h | 4 ++++ > 1 file changed, 4 insertions(+) applied to u-boot-video/master. Thanks! Anatolij