diff options
| author | Tom Rini <trini@ti.com> | 2013-06-24 22:27:44 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-24 22:27:44 -0400 | 
| commit | ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6 (patch) | |
| tree | 1532b13194c3d7daa8f1f10f3263fb806911cd67 /include/command.h | |
| parent | 4e78e0317d3aab42c381b01033a0cd869ea28979 (diff) | |
| parent | 433a2c5325b982b49b099e526d373d07d0cc5e97 (diff) | |
| download | olio-uboot-2014.01-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.tar.xz olio-uboot-2014.01-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/command.h')
| -rw-r--r-- | include/command.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/command.h b/include/command.h index 65692fd2a..9e05ddc13 100644 --- a/include/command.h +++ b/include/command.h @@ -110,6 +110,8 @@ static inline int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd)  }  #endif +extern int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); +  extern int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,  			   char *const argv[]); |