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/fat.c | |
| parent | c91898bbc505aff3e12a807af88e76da18efb7ee (diff) | |
| download | olio-uboot-2014.01-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.tar.xz olio-uboot-2014.01-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.zip | |
fs/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'fs/fdos/fat.c')
| -rw-r--r-- | fs/fdos/fat.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/fdos/fat.c b/fs/fdos/fat.c index 7f26e2e22..2e2d2b8ce 100644 --- a/fs/fdos/fat.c +++ b/fs/fdos/fat.c @@ -26,7 +26,7 @@  #include <config.h>  #include <malloc.h> -#if (CONFIG_COMMANDS & CFG_CMD_FDOS) || defined(CONFIG_CMD_FDOS) +#if defined(CONFIG_CMD_FDOS)  #include "dos.h"  #include "fdos.h" |