summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lcd.c b/common/lcd.c
index 85969ff..859aef2 100644
--- a/common/lcd.c
+++ b/common/lcd.c
@@ -488,7 +488,7 @@ static void lcd_setfgcolor (int color)
static void lcd_setbgcolor (int color)
{
-#if defined(CONFIG_ATMEL_LCD) || defined(CONFIG_MXC2_LCD)
+#if defined(CONFIG_ATMEL_LCD) || defined(CONFIG_MXC2_LCD) || defined(CONFIG_VIDEO_MX5)
lcd_color_bg = color;
#else
lcd_color_bg = color & 0x0F;