diff options
author | stroese <stroese> | 2003-09-12 08:46:10 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-09-12 08:46:10 +0000 |
commit | 09433a781b89b8482c7fb98781e27a854b2e7584 (patch) | |
tree | 7b1e8f0071c204e5c4f85f51a0ea1a333a2baf0e /board/esd/pci405/cmd_pci405.c | |
parent | 1b554406cca450af150795de8ac024011f1b544c (diff) | |
download | u-boot-imx-09433a781b89b8482c7fb98781e27a854b2e7584.zip u-boot-imx-09433a781b89b8482c7fb98781e27a854b2e7584.tar.gz u-boot-imx-09433a781b89b8482c7fb98781e27a854b2e7584.tar.bz2 |
PCI405 update.
Diffstat (limited to 'board/esd/pci405/cmd_pci405.c')
-rw-r--r-- | board/esd/pci405/cmd_pci405.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/esd/pci405/cmd_pci405.c b/board/esd/pci405/cmd_pci405.c index df91cd4..dfc5dd0 100644 --- a/board/esd/pci405/cmd_pci405.c +++ b/board/esd/pci405/cmd_pci405.c @@ -107,5 +107,10 @@ int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) return 0; } +U_BOOT_CMD( + loadpci, 1, 1, do_loadpci, + "loadpci - Wait for pci-image and boot it\n", + NULL +); #endif |