]> git.sur5r.net Git - u-boot/blobdiff - fs/fdos/fs.c
p1022ds: use weak CFI flash accessors when DIU is enabled
[u-boot] / fs / fdos / fs.c
index aded6708d1f20cbbce87ba725b5af7c8d61d6c56..5acf1232c72384bd735bd92e34a47276c24e460c 100644 (file)
@@ -26,8 +26,6 @@
 #include <config.h>
 #include <malloc.h>
 
-#if defined(CONFIG_CMD_FDOS)
-
 #include "dos.h"
 #include "fdos.h"
 
@@ -114,5 +112,3 @@ int fs_init (Fs_t *fs)
     free (boot);
     return (0);
 }
-
-#endif