summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-15 04:53:04 -0600
committerAnatolij Gustschin <agust@denx.de>2014-10-16 09:58:24 +0200
commit0156444cf7e77e92fed7a61d6c6123b349f1d600 (patch)
tree5777a2fe64cd0fbd453363a97f7a62d88127de8c /include/configs/sandbox.h
parentc43fd23cf619856b0763a64a6a3bcf3663058c49 (diff)
downloadtalos-obmc-uboot-0156444cf7e77e92fed7a61d6c6123b349f1d600.tar.gz
talos-obmc-uboot-0156444cf7e77e92fed7a61d6c6123b349f1d600.zip
lcd: Fix build error with CONFIG_LCD_BMP_RLE8
Add a block to avoid a build error with the variable declaration. Enable the option on sandbox to prevent an error being introduced in future. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 69726432a3..022629f522 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -172,6 +172,7 @@
#define CONFIG_CONSOLE_MUX
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define LCD_BPP LCD_COLOR16
+#define CONFIG_LCD_BMP_RLE8
#define CONFIG_CROS_EC_KEYB
#define CONFIG_KEYBOARD
OpenPOWER on IntegriCloud