]> git.sur5r.net Git - u-boot/blobdiff - fs/fdos/fs.c
mpc5200: digsy_mtc: fix detection of Coral-PA
[u-boot] / fs / fdos / fs.c
index aded6708d1f20cbbce87ba725b5af7c8d61d6c56..ac10314432143cb799f77a478d3b7e57978513d9 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 defined(CONFIG_CMD_FDOS)
-
 #include "dos.h"
 #include "fdos.h"
 
@@ -114,5 +112,3 @@ int fs_init (Fs_t *fs)
     free (boot);
     return (0);
 }
-
-#endif