浏览代码

sf: drop DEBUG defines

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mike Frysinger 16 年之前
父节点
当前提交
f773a1bbdb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/mtd/spi/atmel.c
  2. 1 1
      drivers/mtd/spi/spi_flash.c

+ 1 - 1
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>

+ 1 - 1
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>