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/ext2/ext2fs.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/ext2/ext2fs.c')
-rw-r--r-- | fs/ext2/ext2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/ext2fs.c b/fs/ext2/ext2fs.c index 6caae35..e65e39b 100644 --- a/fs/ext2/ext2fs.c +++ b/fs/ext2/ext2fs.c @@ -25,7 +25,7 @@ #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_EXT2) || defined(CONFIG_CMD_EXT2) +#if defined(CONFIG_CMD_EXT2) #include <ext2fs.h> #include <malloc.h> #include <asm/byteorder.h> |