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/sbc8260.h | |
parent | 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8 (diff) | |
download | u-boot-c62776be8dca4097ca03d4f9415f08d4887b45d0.tar.gz u-boot-c62776be8dca4097ca03d4f9415f08d4887b45d0.tar.xz u-boot-c62776be8dca4097ca03d4f9415f08d4887b45d0.zip |
Get rid of "#undef DEBUG" from board config files.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/sbc8260.h')
-rw-r--r-- | include/configs/sbc8260.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sbc8260.h b/include/configs/sbc8260.h index b1d41a6d42..60633987f6 100644 --- a/include/configs/sbc8260.h +++ b/include/configs/sbc8260.h @@ -36,7 +36,6 @@ #define __CONFIG_H /* Enable debug prints */ -#undef DEBUG /* General debug */ #undef DEBUG_BOOTP_EXT /* Debug received vendor fields */ /***************************************************************************** |