Skip to content
Snippets Groups Projects
Commit a02ab7d1 authored by Stefan Roese's avatar Stefan Roese
Browse files

BSP-Command for esd PCI405 added.

parent d69b100e
No related branches found
No related tags found
No related merge requests found
...@@ -318,6 +318,18 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); ...@@ -318,6 +318,18 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
#define CMD_TBL_BSP /* dummy */ #define CMD_TBL_BSP /* dummy */
#endif /* AmigaOneG3SE */ #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 #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment