]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_fdos.c
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the...
[u-boot] / common / cmd_fdos.c
index f9da98ddcc7e9491345435aedfa752fad4d861a6..b3dbd19faea952f448f8c03e1f56f39e7bf96997 100644 (file)
@@ -31,8 +31,6 @@
 #include <command.h>
 #include <fdc.h>
 
-#if defined(CONFIG_CMD_FDOS)
-
 /*-----------------------------------------------------------------------------
  * do_fdosboot --
  *-----------------------------------------------------------------------------
@@ -153,5 +151,3 @@ U_BOOT_CMD(
        "fdosls  - list files in a directory\n",
        "[directory]\n"
 );
-
-#endif