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/AP1000.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/AP1000.h')
-rw-r--r-- | include/configs/AP1000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/AP1000.h b/include/configs/AP1000.h index d490b33bd4c..baa97410392 100644 --- a/include/configs/AP1000.h +++ b/include/configs/AP1000.h @@ -22,8 +22,6 @@ * (easy to change) */ -#undef DEBUG - #define CONFIG_405 1 /* This is a PPC405 CPU */ #define CONFIG_4xx 1 /* ...member of PPC4xx family */ |