Fix problem with default #defines
[oweals/u-boot.git] / common / command.c
index f70cad8cbc16c7a72d116b51a110dcaf55c4a918..2304d7a9b4d7e4c6d9556a5900eaa32fc0afd712 100644 (file)
 
 #include <cmd_vfd.h>           /* load a bitmap to the VFDs on TRAB */
 #include <cmd_log.h>
+#include <cmd_fdos.h>
+
+#ifdef CONFIG_AMIGAONEG3SE
+#include <cmd_menu.h>
+#include <cmd_boota.h>
+#endif
 
 /*
  * HELP command
@@ -224,6 +230,9 @@ cmd_tbl_t cmd_tbl[] = {
        CMD_TBL_AUTOSCRIPT
        CMD_TBL_BASE
        CMD_TBL_BDINFO
+#ifdef CONFIG_AMIGAONEG3SE
+       CMD_TBL_BOOTA
+#endif
        CMD_TBL_BOOTELF
        CMD_TBL_BOOTM
        CMD_TBL_BOOTP
@@ -253,6 +262,8 @@ cmd_tbl_t cmd_tbl[] = {
        CMD_TBL_FCCINFO
        CMD_TBL_FLERASE
        CMD_TBL_FDC
+        CMD_TBL_FDOS_BOOT
+        CMD_TBL_FDOS_LS
        CMD_TBL_FLINFO
        CMD_TBL_FPGA
        CMD_TBL_JFFS2_FSINFO
@@ -288,6 +299,9 @@ cmd_tbl_t cmd_tbl[] = {
        CMD_TBL_MCCINFO
        CMD_TBL_MD
        CMD_TBL_MEMCINFO
+#ifdef CONFIG_AMIGAONEG3SE
+       CMD_TBL_MENU
+#endif
        CMD_TBL_MII
        CMD_TBL_MM
        CMD_TBL_MTEST