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/QS850.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/QS850.h')
-rw-r--r-- | include/configs/QS850.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/QS850.h b/include/configs/QS850.h index 3db539fa90a..7dd6eca9ca0 100644 --- a/include/configs/QS850.h +++ b/include/configs/QS850.h @@ -38,7 +38,6 @@ #undef CFG_DEVICE_NULLDEV /* null device */ #undef CONFIG_SILENT_CONSOLE /* silent console */ #undef CFG_CONSOLE_INFO_QUIET /* silent console ? */ -#undef DEBUG /* debug output code */ #undef DEBUG_FLASH /* debug flash code */ #undef FLASH_DEBUG /* debug fash code */ #undef DEBUG_ENV /* debug environment code */ |