diff options
Diffstat (limited to 'common/cmd_fdos.c')
-rw-r--r-- | common/cmd_fdos.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_fdos.c b/common/cmd_fdos.c index f9da98ddcc7..b3dbd19faea 100644 --- a/common/cmd_fdos.c +++ b/common/cmd_fdos.c @@ -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 |