From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 11 Jan 2008 09:05:24 -0600 Subject: [U-Boot-Users] [PATCH] Remove #undef DEBUG from MPC83xx boardheader files In-Reply-To: <58A20A281BAF1047B4EAE68DE5C0BDC2C0E189@zch01exm21.fsl.freescale.net> References: <11998953923671-git-send-email-timur@freescale.com> <20080110213014.fea18e3a.kim.phillips@freescale.com> <58A20A281BAF1047B4EAE68DE5C0BDC2C0E189@zch01exm21.fsl.freescale.net> Message-ID: <478785B4.3030900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Liu Dave wrote: > I suggest keep the debug option - #undef DEBUG. > > Sometimes, if we need debug, it is easy to open the debug mode > with the switch. I don't see how. The "#undef DEBUG" will override any #define DEBUG or -DDEBUG that you specify. The "#undef DEBUG" makes it impossible to use the debug() call or anything else like it. -- Timur Tabi Linux kernel developer at Freescale