diff options
author | Jon Loeliger | 2007-07-08 17:51:39 -0500 |
---|---|---|
committer | Jon Loeliger | 2007-07-08 17:55:57 -0500 |
commit | baa26db4113679b80970ff447d91cc10217742a6 (patch) | |
tree | 11d17e5e569b792a5971b892f434bbf9d6768826 /common/cmd_fat.c | |
parent | af075ee96e52dda7b6bca6c937588aeaaec5f2cd (diff) |
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'common/cmd_fat.c')
-rw-r--r-- | common/cmd_fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_fat.c b/common/cmd_fat.c index f7e6c86dc2d..0f0ff4a369a 100644 --- a/common/cmd_fat.c +++ b/common/cmd_fat.c @@ -31,7 +31,7 @@ #include <ata.h> #include <part.h> -#if (CONFIG_COMMANDS & CFG_CMD_FAT) || defined(CONFIG_CMD_FAT) +#if defined(CONFIG_CMD_FAT) #undef DEBUG |