aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstroese <stroese>2003-03-25 14:43:01 +0000
committerstroese <stroese>2003-03-25 14:43:01 +0000
commita02ab7d1849318f48c80eceaed27e9a961cb12f5 (patch)
tree876d79079095d9b7f56e3798759da43b5722ebdf
parentd69b100e7038ccf7a760dad973ec4a7a35c81e9c (diff)
BSP-Command for esd PCI405 added.
-rw-r--r--include/cmd_bsp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cmd_bsp.h b/include/cmd_bsp.h
index aab9c3677..7966ad5bd 100644
--- a/include/cmd_bsp.h
+++ b/include/cmd_bsp.h
@@ -318,6 +318,18 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
#define CMD_TBL_BSP /* dummy */
#endif /* AmigaOneG3SE */
+/* ----- PCI405 ------------------------------------------------------- */
+#if defined(CONFIG_PCI405)
+
+#define CMD_TBL_BSP MK_CMD_TBL_ENTRY( \
+ "loadpci", 7, 1, 1, do_loadpci, \
+ "loadpci - wait for sync and boot image\n", \
+ NULL \
+),
+
+int do_loadpci (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
+
+#endif /* CONFIG_PCI405 */
/* -------------------------------------------------------------------- */
#else