commit | b8d515ccda050661c63ec72f7ba6c8a204970f1c | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Jan 15 17:09:41 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 12 00:39:45 2008 +0100 |
tree | 0964a1d226a9b3b85247fe9d1ebd44e77697dc1c | |
parent | 1f164486cb2e07d6cf425f03ecfa6ecb25f18ae0 [diff] |
Remove #undef DEBUG from MPC83xx board header files Remove the "#undef DEBUG" line from all Freescale 83xx board header files. The inclusion of this line makes it impossible to enable debug code in other source files, because "#define DEBUG" typically needs to be defined before any header files are included. Signed-off-by: Timur Tabi <timur@freescale.com>