]> git.sur5r.net Git - u-boot/blobdiff - fs/fdos/subdir.c
arm/km: portl2 environment address update to P1B
[u-boot] / fs / fdos / subdir.c
index deaccf159fc6ab3555094c5e5c89c99690ebe2bb..831437a5af3feedbd6d3d9f255b024700e3be801 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"
 
@@ -345,4 +343,3 @@ int read_file (Fs_t *fs,
     }
     return (read);
 }
-#endif