]> git.sur5r.net Git - u-boot/blobdiff - fs/ext2/dev.c
fsl-ddr: Fix the turnaround timing for TIMING_CFG_4
[u-boot] / fs / ext2 / dev.c
index 1728b34fc8d5c4d5a394c53dd171aa46e6a46349..3b49650bae3f987e827b98ee95dce7def4efdd31 100644 (file)
@@ -25,8 +25,6 @@
 
 
 #include <common.h>
-#if defined(CONFIG_CMD_EXT2)
-
 #include <config.h>
 #include <ext2fs.h>
 
@@ -139,4 +137,3 @@ int ext2fs_devread (int sector, int byte_offset, int byte_len, char *buf) {
        }
        return (1);
 }
-#endif