]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/fdos/dev.c
fs: Move conditional compilation to Makefile
[karo-tx-uboot.git] / fs / fdos / dev.c
index 271d0e790b7a1b815a174c77880a9a06bba5765e..b55b6ed2d63e8dc14f845372d1e4afff70c46ce8 100644 (file)
@@ -28,8 +28,6 @@
 #include "dos.h"
 #include "fdos.h"
 
-#if defined(CONFIG_CMD_FDOS)
-
 #define NB_HEADS        2
 #define NB_TRACKS       80
 #define NB_SECTORS      18
@@ -190,6 +188,3 @@ int check_dev (BootSector_t *boot, Fs_t *fs)
 
     return (0);
 }
-
-
-#endif