diff options
author | wdenk <wdenk> | 2005-04-03 23:11:38 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-03 23:11:38 +0000 |
commit | 8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c (patch) | |
tree | c70489e8bea07c692eae7ee5a7cf7d7b6eaf09f5 /common/lcd.c | |
parent | 384cc687445b34241fcc8b31bbb7aa9fc252dd90 (diff) | |
download | u-boot-imx-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.zip u-boot-imx-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.tar.gz u-boot-imx-8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c.tar.bz2 |
* Patch by Yuli Barcohen, 08 Nov 2004:
Add support for Analogue & Micro Rattler boards.
Tested on Rattler8248.
* Patch by Andre Renaud, 08 Nov 2004:
Fix watchdog support in common/lcd.c
* Patch by Marc Leeman, 05 Nov 2003:
Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
bug only affects the XPC8245 processors
Diffstat (limited to 'common/lcd.c')
-rw-r--r-- | common/lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lcd.c b/common/lcd.c index d3ecd92..9713ea3 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -40,13 +40,13 @@ #include <post.h> #endif #include <lcd.h> +#include <watchdog.h> #if defined(CONFIG_PXA250) #include <asm/byteorder.h> #endif #if defined(CONFIG_MPC823) -#include <watchdog.h> #include <lcdvideo.h> #endif |