sf: drop DEBUG defines

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
master
Mike Frysinger 15 years ago
parent 6b850a9fa8
commit f773a1bbdb
  1. 2
      drivers/mtd/spi/atmel.c
  2. 2
      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_flash.h>

@ -3,7 +3,7 @@
*
* Copyright (C) 2008 Atmel Corporation
*/
#define DEBUG
#include <common.h>
#include <malloc.h>
#include <spi.h>

Loading…
Cancel
Save