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 | |
| parent | 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8 (diff) | |
| download | olio-uboot-2014.01-c62776be8dca4097ca03d4f9415f08d4887b45d0.tar.xz olio-uboot-2014.01-c62776be8dca4097ca03d4f9415f08d4887b45d0.zip | |
Get rid of "#undef DEBUG" from board config files.
Signed-off-by: Wolfgang Denk <wd@denx.de>
36 files changed, 0 insertions, 61 deletions
| diff --git a/include/configs/AP1000.h b/include/configs/AP1000.h index d490b33bd..baa974103 100644 --- a/include/configs/AP1000.h +++ b/include/configs/AP1000.h @@ -22,8 +22,6 @@   * (easy to change)   */ -#undef DEBUG -  #define CONFIG_405	1		/* This is a PPC405 CPU	    */  #define CONFIG_4xx	1		/* ...member of PPC4xx family	*/ diff --git a/include/configs/BAB7xx.h b/include/configs/BAB7xx.h index c11e9c911..8ec70aa63 100644 --- a/include/configs/BAB7xx.h +++ b/include/configs/BAB7xx.h @@ -28,7 +28,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef  DEBUG  #define GTREGREAD(x) 0xffffffff         /* needed for debug */  /* diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/EB+MCF-EV123.h index dae5295dd..ea49a5d93 100644 --- a/include/configs/EB+MCF-EV123.h +++ b/include/configs/EB+MCF-EV123.h @@ -27,9 +27,7 @@  #define  CONFIG_EB_MCF_EV123 -#undef DEBUG  #undef CFG_HALT_BEFOR_RAM_JUMP -#undef ET_DEBUG  /*   * High Level Configuration Options (easy to change) diff --git a/include/configs/ELPPC.h b/include/configs/ELPPC.h index bb7718872..c64537fbf 100644 --- a/include/configs/ELPPC.h +++ b/include/configs/ELPPC.h @@ -28,7 +28,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef  DEBUG  #define GTREGREAD(x) 0xffffffff         /* needed for debug */  /* diff --git a/include/configs/IPHASE4539.h b/include/configs/IPHASE4539.h index 6fee4558d..bb2c96ac9 100644 --- a/include/configs/IPHASE4539.h +++ b/include/configs/IPHASE4539.h @@ -30,8 +30,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef DEBUG				/* General debug */ -  /*-----------------------------------------------------------------------   * High Level Configuration Options   * (easy to change) diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index ab574d589..a3d7bc463 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -38,8 +38,6 @@  #define CONFIG_M52277		/* define processor type */  #define CONFIG_M52277EVB	/* M52277EVB board */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h index 7f544c839..3b4bff306 100644 --- a/include/configs/M5235EVB.h +++ b/include/configs/M5235EVB.h @@ -37,8 +37,6 @@  #define CONFIG_MCF523x		/* define processor family */  #define CONFIG_M5235		/* define processor type */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/M5271EVB.h b/include/configs/M5271EVB.h index 798ec0c7a..47e1e038b 100644 --- a/include/configs/M5271EVB.h +++ b/include/configs/M5271EVB.h @@ -31,8 +31,6 @@  #ifndef _M5271EVB_H  #define _M5271EVB_H -#undef DEBUG -  /*   * High Level Configuration Options (easy to change)   */ diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index e95673902..1a15c77bd 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -37,8 +37,6 @@  #define CONFIG_MCF532x		/* define processor family */  #define CONFIG_M5329		/* define processor type */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index 6bfffa108..da4156c74 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -37,8 +37,6 @@  #define CONFIG_MCF532x		/* define processor family */  #define CONFIG_M5373		/* define processor type */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index 581c794cd..5f5576179 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -38,8 +38,6 @@  #define CONFIG_M54455		/* define processor type */  #define CONFIG_M54455EVB	/* M54455EVB board */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/M5475EVB.h b/include/configs/M5475EVB.h index 84c2105d5..f0d42beb9 100644 --- a/include/configs/M5475EVB.h +++ b/include/configs/M5475EVB.h @@ -38,8 +38,6 @@  #define CONFIG_M547x		/* define processor type */  #define CONFIG_M5475		/* define processor type */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index e9e5ee91c..88dd21976 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -38,8 +38,6 @@  #define CONFIG_M548x		/* define processor type */  #define CONFIG_M5485		/* define processor type */ -#undef DEBUG -  #define CONFIG_MCFUART  #define CFG_UART_PORT		(0)  #define CONFIG_BAUDRATE		115200 diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index ad2305c3d..ff7101f24 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -25,8 +25,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef DEBUG -  /*   * High Level Configuration Options   */ diff --git a/include/configs/MPC8540EVAL.h b/include/configs/MPC8540EVAL.h index bf64f2704..174215c2c 100644 --- a/include/configs/MPC8540EVAL.h +++ b/include/configs/MPC8540EVAL.h @@ -240,8 +240,6 @@  #define INTEL_LXT971_PHY	1  #endif -#undef DEBUG -  /* Environment */  #ifndef CFG_RAMBOOT  #if defined(CONFIG_RAM_AS_FLASH) diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h index 0defafec2..d799f54f6 100644 --- a/include/configs/MVBLUE.h +++ b/include/configs/MVBLUE.h @@ -53,8 +53,6 @@  #define ERR_LED(code)  #endif -#undef DEBUG -  #define CONFIG_MPC824X		1  #define CONFIG_MPC8245		1  #define CONFIG_MVBLUE		1 diff --git a/include/configs/QS823.h b/include/configs/QS823.h index 3657feaf7..3dd84e8c5 100644 --- a/include/configs/QS823.h +++ b/include/configs/QS823.h @@ -38,7 +38,6 @@  #undef CFG_DEVICE_NULLDEV		/* null device */  #undef CONFIG_SILENT_CONSOLE		/* silent console */  #undef CFG_CONSOLE_INFO_QUIET		/* silent console ? */ -#undef DEBUG				/* debug output code */  #undef DEBUG_FLASH			/* debug flash code */  #undef FLASH_DEBUG			/* debug fash code */  #undef DEBUG_ENV			/* debug environment code */ diff --git a/include/configs/QS850.h b/include/configs/QS850.h index 3db539fa9..7dd6eca9c 100644 --- a/include/configs/QS850.h +++ b/include/configs/QS850.h @@ -38,7 +38,6 @@  #undef CFG_DEVICE_NULLDEV		/* null device */  #undef CONFIG_SILENT_CONSOLE		/* silent console */  #undef CFG_CONSOLE_INFO_QUIET		/* silent console ? */ -#undef DEBUG				/* debug output code */  #undef DEBUG_FLASH			/* debug flash code */  #undef FLASH_DEBUG			/* debug fash code */  #undef DEBUG_ENV			/* debug environment code */ diff --git a/include/configs/QS860T.h b/include/configs/QS860T.h index b3442de36..62cf2a449 100644 --- a/include/configs/QS860T.h +++ b/include/configs/QS860T.h @@ -38,7 +38,6 @@  #undef CFG_DEVICE_NULLDEV		/* null device */  #undef CONFIG_SILENT_CONSOLE		/* silent console */  #undef CFG_CONSOLE_INFO_QUIET		/* silent console ? */ -#undef DEBUG				/* debug output code */  #undef DEBUG_FLASH			/* debug flash code */  #undef FLASH_DEBUG			/* debug fash code */  #undef DEBUG_ENV			/* debug environment code */ diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index d7652fa9b..428c0c2b5 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -37,8 +37,6 @@  #define CONFIG_RATTLER			/* Analogue&Micro Rattler board */ -#undef DEBUG -  /* Allow serial number (serial#) and MAC address (ethaddr) to be overwritten */  #define CONFIG_ENV_OVERWRITE diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index 8d90ea18e..09c314036 100644 --- a/include/configs/ads5121.h +++ b/include/configs/ads5121.h @@ -27,9 +27,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#define DEBUG -#undef DEBUG -  /*   * Memory map for the ADS5121 board:   * diff --git a/include/configs/assabet.h b/include/configs/assabet.h index 226ad5472..d10f092f9 100644 --- a/include/configs/assabet.h +++ b/include/configs/assabet.h @@ -29,8 +29,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef DEBUG -  /*   * High Level Configuration Options   * (easy to change) diff --git a/include/configs/ep8248.h b/include/configs/ep8248.h index 85ad70a0d..cebe849f6 100644 --- a/include/configs/ep8248.h +++ b/include/configs/ep8248.h @@ -31,8 +31,6 @@  #define CONFIG_EP8248			/* Embedded Planet EP8248 board */ -#undef DEBUG -  #define CONFIG_BOARD_EARLY_INIT_F 1	/* Call board_early_init_f	*/  /* Allow serial number (serial#) and MAC address (ethaddr) to be overwritten */ diff --git a/include/configs/ep82xxm.h b/include/configs/ep82xxm.h index 4febd322a..8e5d6e57c 100644 --- a/include/configs/ep82xxm.h +++ b/include/configs/ep82xxm.h @@ -31,8 +31,6 @@  #define CONFIG_EP82XXM	/* Embedded Planet EP82xxM H 1.0 board */  			/* 256MB SDRAM / 64MB FLASH */ -#undef DEBUG -  #define CONFIG_BOARD_EARLY_INIT_F 1	/* Call board_early_init_f */  /* Allow serial number (serial#) and MAC address (ethaddr) to be overwritten */ diff --git a/include/configs/gcplus.h b/include/configs/gcplus.h index e11ce4c71..3b1b4ab95 100644 --- a/include/configs/gcplus.h +++ b/include/configs/gcplus.h @@ -29,8 +29,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef	 DEBUG -  /*   * The ADS GCPlus Linux boot ROM loads U-Boot into RAM at 0xc0200000.   * We don't actually init RAM in this case since we're using U-Boot as diff --git a/include/configs/gw8260.h b/include/configs/gw8260.h index ff5724082..7c2c22406 100644 --- a/include/configs/gw8260.h +++ b/include/configs/gw8260.h @@ -51,7 +51,6 @@  #define __CONFIG_H  /* Enable debug prints */ -#undef DEBUG                  /* General debug */  #undef DEBUG_BOOTP_EXT        /* Debug received vendor fields */  /* What is the oscillator's (UX2) frequency in Hz? */ diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 3de24669f..f4a1cc0ec 100644 --- a/include/configs/mgcoge.h +++ b/include/configs/mgcoge.h @@ -35,8 +35,6 @@  #define CONFIG_CPM2		1	/* Has a CPM2 */ -#undef DEBUG -  /*   * Select serial console configuration   * diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index bd3107ab2..c7216c97a 100644 --- a/include/configs/mpc7448hpc2.h +++ b/include/configs/mpc7448hpc2.h @@ -33,8 +33,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef DEBUG -  /* Board Configuration Definitions */  /* MPC7448HPC2 (High-Performance Computing II) (Taiga) board */ diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index 7035002c4..9c94c4e79 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -25,7 +25,6 @@  #ifndef __MS7720SE_H  #define __MS7720SE_H -#undef DEBUG  #define CONFIG_SH		1  #define CONFIG_SH3		1  #define CONFIG_CPU_SH7720	1 diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index ae0d01851..85380373d 100644 --- a/include/configs/ms7722se.h +++ b/include/configs/ms7722se.h @@ -25,7 +25,6 @@  #ifndef __MS7722SE_H  #define __MS7722SE_H -#undef DEBUG  #define CONFIG_SH		1  #define CONFIG_SH4		1  #define CONFIG_CPU_SH7722	1 diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index 36681568f..a25364dd3 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -25,7 +25,6 @@  #ifndef __MS7750SE_H  #define __MS7750SE_H -#undef DEBUG  #define CONFIG_SH		1  #define CONFIG_SH4		1  #define CONFIG_CPU_SH7750	1 diff --git a/include/configs/ppmc7xx.h b/include/configs/ppmc7xx.h index fe7de7bed..1d2d38b36 100644 --- a/include/configs/ppmc7xx.h +++ b/include/configs/ppmc7xx.h @@ -30,7 +30,6 @@   * do_bdinfo		- Required to build with debug   */ -#undef	DEBUG  #ifdef	DEBUG  #define	GTREGREAD(x)	0xFFFFFFFF  #define	do_bdinfo(a,b,c,d) diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index 33c828337..e1640195a 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -32,8 +32,6 @@  #define CONFIG_QEMU_MIPS        1  #define CONFIG_MISC_INIT_R -#undef DEBUG -  /*IP address is default used by Qemu*/  #define CONFIG_IPADDR		10.0.2.15    	     /* Our IP address */  #define CONFIG_SERVERIP		10.0.2.2	     /* Server IP address*/ diff --git a/include/configs/sacsng.h b/include/configs/sacsng.h index c474acd70..ec7d34aa9 100644 --- a/include/configs/sacsng.h +++ b/include/configs/sacsng.h @@ -35,7 +35,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef DEBUG		      /* General debug */  #undef DEBUG_BOOTP_EXT	      /* Debug received vendor fields */  #undef CONFIG_LOGBUFFER       /* External logbuffer support */ diff --git a/include/configs/sbc8260.h b/include/configs/sbc8260.h index b1d41a6d4..60633987f 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 */  /***************************************************************************** diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index 4cc4ff172..2498b3e65 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -31,8 +31,6 @@  #ifndef __CONFIG_H  #define __CONFIG_H -#undef DEBUG -  /*   * High Level Configuration Options   */ |