aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-2009.11/at91/0007-fat.c-Add-DEBUG-currently-disabled.patch
blob: 6a2fdb4cef2ab1f694a75deda9fa581e6107a1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From db9c87b27153d55cd1818d2f1a2772b8070b3715 Mon Sep 17 00:00:00 2001
From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Date: Sat, 13 Mar 2010 13:32:40 +0100
Subject: [PATCH] fat.c: Add DEBUG (currently disabled)

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
 fs/fat/fat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 2445f1e..87e7f08 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -24,7 +24,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
-
+//#define DEBUG
 #include <common.h>
 #include <config.h>
 #include <fat.h>
-- 
1.6.0.2