]> git.sur5r.net Git - u-boot/blobdiff - fs/fdos/dev.c
fix compile warning for env tools
[u-boot] / fs / fdos / dev.c
index 5dea5cd788050b90ac17effd1bfb8b9e6d4cad42..f21c7a93d37af3b9aa5c998e5fb0801dc93b9866 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
  * Pierre AUBERT  p.aubert@staubli.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -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