summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-06-25 02:27:44 (GMT)
committerTom Rini <trini@ti.com>2013-06-25 02:27:44 (GMT)
commitca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6 (patch)
tree1532b13194c3d7daa8f1f10f3263fb806911cd67 /include/command.h
parent4e78e0317d3aab42c381b01033a0cd869ea28979 (diff)
parent433a2c5325b982b49b099e526d373d07d0cc5e97 (diff)
downloadu-boot-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/command.h b/include/command.h
index 65692fd..9e05ddc 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[]);