diff options
Diffstat (limited to 'board/esd/common/cmd_loadpci.c')
| -rw-r--r-- | board/esd/common/cmd_loadpci.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/esd/common/cmd_loadpci.c b/board/esd/common/cmd_loadpci.c index c779f793d..47e946f11 100644 --- a/board/esd/common/cmd_loadpci.c +++ b/board/esd/common/cmd_loadpci.c @@ -124,7 +124,7 @@ int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	loadpci,	1,	1,	do_loadpci,  	"Wait for pci bootcmd and boot it", -	NULL -	); +	"" +);  #endif |