From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 24 Mar 2010 11:33:01 +0100 Subject: [U-Boot] [PATCH] lcd: make 16bpp work In-Reply-To: <1268498648-32063-1-git-send-email-agust@denx.de> References: <3f8ddc66075cce35fbee4e16125c9a9e76b41e14.1260016056.git.rubini@unipv.it> <1268498648-32063-1-git-send-email-agust@denx.de> Message-ID: <20100324113301.28f1f1d7@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 13 Mar 2010 17:44:08 +0100 Anatolij Gustschin wrote: > From: Alessandro Rubini > > Support for 16bpp was supposed to be in the code but was not working. > This makes it work and has been tested in the nhk8815 board. > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > Signed-off-by: Anatolij Gustschin > --- > common/lcd.c | 24 ++++++++++++++++++++---- > 1 files changed, 20 insertions(+), 4 deletions(-) Applied to u-boot-video/master. Thanks.