Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
a02ab7d1
Commit
a02ab7d1
authored
Mar 25, 2003
by
stroese
Browse files
BSP-Command for esd PCI405 added.
parent
d69b100e
Changes
1
Show whitespace changes
Inline
Side-by-side
include/cmd_bsp.h
View file @
a02ab7d1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment