diff options
author | Wolfgang Denk <wd@denx.de> | 2008-02-12 00:45:06 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-12 00:45:06 +0100 |
commit | c62776be8dca4097ca03d4f9415f08d4887b45d0 (patch) | |
tree | 1e03f65d8c1c1a4fed8cfe23934c9cc2cac6b196 /include/configs/gcplus.h | |
parent | 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8 (diff) |
Get rid of "#undef DEBUG" from board config files.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/gcplus.h')
-rw-r--r-- | include/configs/gcplus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/gcplus.h b/include/configs/gcplus.h index e11ce4c715e..3b1b4ab9506 100644 --- a/include/configs/gcplus.h +++ b/include/configs/gcplus.h @@ -29,8 +29,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#undef DEBUG - /* * The ADS GCPlus Linux boot ROM loads U-Boot into RAM at 0xc0200000. * We don't actually init RAM in this case since we're using U-Boot as |