commit | dd60d1223b99a88a7216f3e041fe40634ad4c2bb | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Mon Jul 09 17:56:50 2007 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Jul 09 17:56:50 2007 -0500 |
tree | ad989ddda87bf9ee7d514aeaa53a412e92d1d4d6 | |
parent | c91898bbc505aff3e12a807af88e76da18efb7ee [diff] [blame] |
fs/: Remove obsolete references to CONFIG_COMMANDS Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/fs/fdos/fdos.c b/fs/fdos/fdos.c index 5cae2e1..5be6a96 100644 --- a/fs/fdos/fdos.c +++ b/fs/fdos/fdos.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 <malloc.h> #include "dos.h" #include "fdos.h"