diff options
| -rw-r--r-- | arch/powerpc/lib/bootm.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/arch/powerpc/lib/bootm.c b/arch/powerpc/lib/bootm.c index dd6c98cdb..d4ad323fe 100644 --- a/arch/powerpc/lib/bootm.c +++ b/arch/powerpc/lib/bootm.c @@ -256,11 +256,6 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima  		return 0;  	} -	if (flag & BOOTM_STATE_OS_GO) { -		boot_jump_linux(images); -		return 0; -	} -  	boot_prep_linux(images);  	ret = boot_body_linux(images);  	if (ret) |