]> git.sur5r.net Git - u-boot/blobdiff - fs/fdos/fat.c
fix compile warning for env tools
[u-boot] / fs / fdos / fat.c
index 7f26e2e22f75f0d8ae880de9995d11650ae85e77..0521d675c36802e6b774f77d7c0d7171d2e63cac 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
@@ -26,8 +26,6 @@
 #include <config.h>
 #include <malloc.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_FDOS) || defined(CONFIG_CMD_FDOS)
-
 #include "dos.h"
 #include "fdos.h"
 
@@ -138,5 +136,3 @@ int read_fat (BootSector_t *boot, Fs_t *fs)
     }
     return (0);
 }
-
-#endif