diff options
| author | wdenk <wdenk> | 2004-07-11 20:04:51 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-07-11 20:04:51 +0000 | 
| commit | 810509266fba83fb73f28842fc99268e761bd43c (patch) | |
| tree | 37ea11c82b46a77116b115a72d0009c116b6581d /common/docecc.c | |
| parent | 6c7a14084ae5f7dde3819e4ab43fd78ea82805fe (diff) | |
| download | olio-uboot-2014.01-810509266fba83fb73f28842fc99268e761bd43c.tar.xz olio-uboot-2014.01-810509266fba83fb73f28842fc99268e761bd43c.zip | |
* Cleanup
* Patch by Mark Jonas, 05 Jul 2004:
  add support for the Total5100's and Total5200's LCD screen
* Patches by Dan Eisenhut, 01 Jul 2004:
  - README fixes.
  - Move doc2000.h include to prevent compiler warning on some boards
Diffstat (limited to 'common/docecc.c')
| -rw-r--r-- | common/docecc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/docecc.c b/common/docecc.c index cf45e0f6d..79adb4895 100644 --- a/common/docecc.c +++ b/common/docecc.c @@ -28,13 +28,13 @@  #include <common.h>  #include <malloc.h> -#include <linux/mtd/doc2000.h> -  #undef ECC_DEBUG  #undef PSYCHO_DEBUG  #if (CONFIG_COMMANDS & CFG_CMD_DOC) +#include <linux/mtd/doc2000.h> +  /* need to undef it (from asm/termbits.h) */  #undef B0 |