From 021961e79c8006fd5528fc9f901f0f7d258c1ad4 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Mon, 26 Mar 2012 13:11:35 -0500 Subject: bootz: un-staticize do_bootz bootz is needed for sysboot command. Signed-off-by: Rob Herring --- common/cmd_bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index d256ddfaa..717e9a821 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -1601,7 +1601,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; -- cgit v1.2.3