X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_ext2.c;h=8bd2b476e5448f2067f19b839194380cda93337c;hb=0b20335015945cc9aedf27356e51aa3a0b0cdc48;hp=94bd9b61e6779a01f241700817fba6c817478348;hpb=f2b07ebd32e42a5b1126c98efc768ddb8908de62;p=u-boot diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index 94bd9b61e6..8bd2b476e5 100644 --- a/common/cmd_ext2.c +++ b/common/cmd_ext2.c @@ -35,14 +35,14 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_EXT2) +#if defined(CONFIG_CMD_EXT2) #include #include #include #include #include #include -#if ((CONFIG_COMMANDS & CFG_CMD_USB) && defined(CONFIG_USB_STORAGE)) +#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE) #include #endif @@ -260,4 +260,4 @@ U_BOOT_CMD( " to address 'addr' from ext2 filesystem\n" ); -#endif /* CONFIG_COMMANDS & CFG_CMD_EXT2 */ +#endif