summaryrefslogtreecommitdiff
path: root/cmd/x86/zboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/x86/zboot.c')
-rw-r--r--cmd/x86/zboot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/x86/zboot.c b/cmd/x86/zboot.c
index 3876d163236..cc7292e10b7 100644
--- a/cmd/x86/zboot.c
+++ b/cmd/x86/zboot.c
@@ -66,9 +66,6 @@ static int do_zboot_setup(struct cmd_tbl *cmdtp, int flag, int argc,
return CMD_RET_FAILURE;
}
- if (zboot_setup())
- return CMD_RET_FAILURE;
-
return 0;
}