diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-03-07 00:22:36 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-03-07 00:22:36 +0100 |
commit | 0be248fa9a32667d29b0eb1bad77bbd372903e61 (patch) | |
tree | 8e32a9e044f0e8a9a39436936b304ac1a2786cc1 /lib_arm | |
parent | 951a954b77ef30df1f5c1b7b9b4312e783b2cbb4 (diff) |
Cleanup (get rid of debug code that sneaked in)
Diffstat (limited to 'lib_arm')
-rw-r--r-- | lib_arm/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index 0f3a999d140..c73cf0c38fb 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -38,8 +38,6 @@ * FIQ Stack: 00ebef7c */ -#define DEBUG 1 - #include <common.h> #include <command.h> #include <malloc.h> |