Skip to content
Snippets Groups Projects
Commit 73bf1e2d authored by Timur Tabi's avatar Timur Tabi Committed by Wolfgang Denk
Browse files

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: default avatarTimur Tabi <timur@freescale.com>
parent 69018ce2
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment