summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-12-03 03:00:23 (GMT)
committerJoe Hershberger <joe.hershberger@ni.com>2013-06-25 00:07:33 (GMT)
commitda620222f89162af2b43f868f1d6184533166104 (patch)
tree06972e042463cdda9c5d455bc178a830fd98480e /include/command.h
parent500f304b6bb8eeb369087a91da2f58a28bf04941 (diff)
downloadu-boot-fsl-qoriq-da620222f89162af2b43f868f1d6184533166104.tar.xz
bootz: un-staticize do_bootz
Make do_bootz available for other functions like do_bootm is. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
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[]);