X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fcmd_ext2.c;h=f569406432264f0a61eba2182d1ecd89ebb9d126;hb=9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105;hp=94bd9b61e6779a01f241700817fba6c817478348;hpb=90b0cf47eb23e5f3461d3d957f6898386907fd99;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index 94bd9b6..f569406 100644 --- a/common/cmd_ext2.c +++ b/common/cmd_ext2.c @@ -34,15 +34,13 @@ */ #include #include - -#if (CONFIG_COMMANDS & CFG_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 @@ -259,5 +257,3 @@ U_BOOT_CMD( " - load binary file 'filename' from 'dev' on 'interface'\n" " to address 'addr' from ext2 filesystem\n" ); - -#endif /* CONFIG_COMMANDS & CFG_CMD_EXT2 */