diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:56:50 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:56:50 -0500 |
commit | dd60d1223b99a88a7216f3e041fe40634ad4c2bb (patch) | |
tree | ad989ddda87bf9ee7d514aeaa53a412e92d1d4d6 /fs/fdos/vfat.c | |
parent | c91898bbc505aff3e12a807af88e76da18efb7ee (diff) | |
download | u-boot-imx-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.zip u-boot-imx-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.tar.gz u-boot-imx-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c index 31028df..0e7883b 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" |