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; }