]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix Atmel LCD controller endianess for AVR32 processors
authorMark Jackson <mpfj@mimc.co.uk>
Thu, 31 Jul 2008 14:56:48 +0000 (15:56 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 31 Jul 2008 15:47:37 +0000 (17:47 +0200)
commita5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
tree2d631a492f826caa075eafe4d8eef0596a29876c
parentcdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
Fix Atmel LCD controller endianess for AVR32 processors

The Atmel lcd controller is used on Atmel's AT91 (little endian) and
AVR32 (big endian) platforms.

As such, the controller can handle both big and little endian memory.

This patch fixes the driver for the AVR32 platform.

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
drivers/video/atmel_lcdfb.c