From 07517e7f4f582d1607adbc444bab75af3ac4a7f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 19 Sep 2010 17:47:52 +0200 Subject: Prepare v2010.09-rc2 Signed-off-by: Wolfgang Denk --- Makefile | 2 +- arch/arm/cpu/pxa/pxafb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ffbb5ab7e..c15897cf20 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2010 PATCHLEVEL = 09 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else diff --git a/arch/arm/cpu/pxa/pxafb.c b/arch/arm/cpu/pxa/pxafb.c index 524a03b62e..0ee6a75319 100644 --- a/arch/arm/cpu/pxa/pxafb.c +++ b/arch/arm/cpu/pxa/pxafb.c @@ -183,7 +183,7 @@ vidinfo_t panel_info = { #ifdef CONFIG_LMS283GF05 # define LCD_BPP LCD_COLOR8 -//# define LCD_INVERT_COLORS +/*# define LCD_INVERT_COLORS*/ /* you have to set lccr0 and lccr3 (including pcd) */ # define REG_LCCR0 0x043008f8 -- cgit v1.2.3