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 /common/cmd_bootm.c | |
parent | 4e78e0317d3aab42c381b01033a0cd869ea28979 (diff) | |
parent | 433a2c5325b982b49b099e526d373d07d0cc5e97 (diff) | |
download | talos-obmc-uboot-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.tar.gz talos-obmc-uboot-ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6.zip |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 05130b6936..e452fcac93 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -1707,7 +1707,7 @@ static int bootz_start(cmd_tbl_t *cmdtp, int flag, int argc, return 0; } -static int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { bootm_headers_t images; |