]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - fs/fdos/dev.c
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / fs / fdos / dev.c
index 5dea5cd788050b90ac17effd1bfb8b9e6d4cad42..b55b6ed2d63e8dc14f845372d1e4afff70c46ce8 100755 (executable)
@@ -28,8 +28,6 @@
 #include "dos.h"
 #include "fdos.h"
 
-#if (CONFIG_COMMANDS & CFG_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