summaryrefslogtreecommitdiffstats
path: root/fs/fdos/vfat.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:56:50 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:56:50 -0500
commitdd60d1223b99a88a7216f3e041fe40634ad4c2bb (patch)
treead989ddda87bf9ee7d514aeaa53a412e92d1d4d6 /fs/fdos/vfat.c
parentc91898bbc505aff3e12a807af88e76da18efb7ee (diff)
downloadblackbird-obmc-uboot-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.tar.gz
blackbird-obmc-uboot-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.zip
fs/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'fs/fdos/vfat.c')
-rw-r--r--fs/fdos/vfat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c
index 31028df130..0e7883b0ab 100644
--- a/fs/fdos/vfat.c
+++ b/fs/fdos/vfat.c
@@ -25,7 +25,7 @@
#include <common.h>
#include <config.h>
-#if (CONFIG_COMMANDS & CFG_CMD_FDOS) || defined(CONFIG_CMD_FDOS)
+#if defined(CONFIG_CMD_FDOS)
#include <linux/ctype.h>
#include "dos.h"
OpenPOWER on IntegriCloud