]> git.sur5r.net Git - u-boot/blobdiff - fs/fdos/vfat.c
arm/km: portl2 environment address update to P1B
[u-boot] / fs / fdos / vfat.c
index 0e7883b0ab370f529f4a0246ad318f1442df1e71..d428268f209077d2b5cbaedd60436524c1b8189f 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
@@ -24,8 +24,6 @@
 
 #include <common.h>
 #include <config.h>
-
-#if defined(CONFIG_CMD_FDOS)
 #include <linux/ctype.h>
 
 #include "dos.h"
@@ -352,6 +350,3 @@ static char *conv_name (char *name, char *ext, char Case, char *ans)
     }
     return (ans);
 }
-
-
-#endif