|
@@ -50,8 +50,6 @@
|
|
/*#include <rtc.h> */
|
|
/*#include <rtc.h> */
|
|
/*#endif */
|
|
/*#endif */
|
|
|
|
|
|
-#if defined(CONFIG_CMD_FDC) || defined(CONFIG_CMD_FDOS)
|
|
|
|
-
|
|
|
|
typedef struct {
|
|
typedef struct {
|
|
int flags; /* connected drives ect */
|
|
int flags; /* connected drives ect */
|
|
unsigned long blnr; /* Logical block nr */
|
|
unsigned long blnr; /* Logical block nr */
|
|
@@ -705,7 +703,6 @@ int fdc_setup(int drive, FDC_COMMAND_STRUCT *pCMD, FD_GEO_STRUCT *pFG)
|
|
|
|
|
|
return TRUE;
|
|
return TRUE;
|
|
}
|
|
}
|
|
-#endif
|
|
|
|
|
|
|
|
#if defined(CONFIG_CMD_FDOS)
|
|
#if defined(CONFIG_CMD_FDOS)
|
|
|
|
|
|
@@ -903,15 +900,6 @@ int do_fdcboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|
return rcode;
|
|
return rcode;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-/***************************************************/
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-#if defined(CONFIG_CMD_FDC)
|
|
|
|
-
|
|
|
|
U_BOOT_CMD(
|
|
U_BOOT_CMD(
|
|
fdcboot, 3, 1, do_fdcboot,
|
|
fdcboot, 3, 1, do_fdcboot,
|
|
"fdcboot - boot from floppy device\n",
|
|
"fdcboot - boot from floppy device\n",
|