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>
master
Timur Tabi 17 years ago committed by Wolfgang Denk
parent 69018ce2e0
commit 73bf1e2de7
  1. 2
      include/configs/MPC8323ERDB.h
  2. 2
      include/configs/MPC832XEMDS.h
  3. 2
      include/configs/MPC8349EMDS.h
  4. 2
      include/configs/MPC8360EMDS.h
  5. 2
      include/configs/MPC8360ERDK.h
  6. 2
      include/configs/MPC837XEMDS.h

@ -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 @@
#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 @@
#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 @@
#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 @@
#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 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#undef DEBUG
/* /*
* High Level Configuration Options * High Level Configuration Options
*/ */

Loading…
Cancel
Save