commit | a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac | [log] [tgz] |
---|---|---|
author | Mark Jackson <mpfj@mimc.co.uk> | Thu Jul 31 15:56:48 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 31 17:47:37 2008 +0200 |
tree | 2d631a492f826caa075eafe4d8eef0596a29876c | |
parent | cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1 [diff] |
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>