From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 04 Jan 2008 20:49:04 -0600 Subject: [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings. In-Reply-To: <1199470273.3133.11.camel@ld0161-tx32> References: <1199470273.3133.11.camel@ld0161-tx32> Message-ID: <477EF020.4030104@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 Jon Loeliger wrote: > Turn off DEBUG. > > Signed-off-by: Jon Loeliger > --- > board/freescale/mpc8610hpcd/mpc8610hpcd.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd.c b/board/freescale/mpc8610hpcd/mpc8610hpcd.c > index 617881a..9f32890 100644 > --- a/board/freescale/mpc8610hpcd/mpc8610hpcd.c > +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd.c > @@ -19,13 +19,14 @@ > * Foundation, Inc., 59 Temple Place, Suite 330, Boston, > * MA 02111-1307 USA > */ > -#define DEBUG I think we should also remove every "#undef DEBUG" in all of the board header files we control. What do you think? -- Timur Tabi Linux Kernel Developer @ Freescale