소스 검색

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>