From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 16 Oct 2014 11:15:41 +0200 Subject: [U-Boot] [PATCH] lcd: Fix build error with CONFIG_LCD_BMP_RLE8 In-Reply-To: <1413370384-19533-1-git-send-email-sjg@chromium.org> References: <1413370384-19533-1-git-send-email-sjg@chromium.org> Message-ID: <20141016111541.0c3d8b82@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Wed, 15 Oct 2014 04:53:04 -0600 Simon Glass wrote: > 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 > --- > > common/lcd.c | 4 ++-- > include/configs/sandbox.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) Applied to u-boot-video/master. Thanks, Anatolij