[U-Boot] [PATCH 3/7] sf: drop DEBUG defines

Mike Frysinger vapier at gentoo.org
Thu Apr 2 12:57:57 CEST 2009


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
---
 drivers/mtd/spi/atmel.c     |    2 +-
 drivers/mtd/spi/spi_flash.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/spi/atmel.c b/drivers/mtd/spi/atmel.c
index fc924a2..c3b936f 100644
--- a/drivers/mtd/spi/atmel.c
+++ b/drivers/mtd/spi/atmel.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Atmel Corporation
  */
-#define DEBUG
+
 #include <common.h>
 #include <malloc.h>
 #include <spi_flash.h>
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c
index d1d81af..f002c0e 100644
--- a/drivers/mtd/spi/spi_flash.c
+++ b/drivers/mtd/spi/spi_flash.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Atmel Corporation
  */
-#define DEBUG
+
 #include <common.h>
 #include <malloc.h>
 #include <spi.h>
-- 
1.6.2



More information about the U-Boot mailing list