]> code.ossystems Code Review - bsp/u-boot.git/commit
lcd: Fix build error with CONFIG_LCD_BMP_RLE8
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:53:04 +0000 (04:53 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 21 Oct 2014 19:30:57 +0000 (17:30 -0200)
commitc970aa2c2a2676b051a70cb6ac790a12434c0f58
treeeb832850074e9c153b1349c03c4ed09ea0ea47f8
parent37a6b366e63b8edbc7bb44d3557d69a5419acb61
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>
common/lcd.c
include/configs/sandbox.h