diff options
author | stroese <stroese> | 2003-03-25 14:43:01 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-03-25 14:43:01 +0000 |
commit | a02ab7d1849318f48c80eceaed27e9a961cb12f5 (patch) | |
tree | 876d79079095d9b7f56e3798759da43b5722ebdf /include/cmd_bsp.h | |
parent | d69b100e7038ccf7a760dad973ec4a7a35c81e9c (diff) |
BSP-Command for esd PCI405 added.
Diffstat (limited to 'include/cmd_bsp.h')
-rw-r--r-- | include/cmd_bsp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cmd_bsp.h b/include/cmd_bsp.h index aab9c3677b0..7966ad5bd5f 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 |