diff options
Diffstat (limited to 'arch/arm/cpu/s3c44b0/start.S')
| -rw-r--r-- | arch/arm/cpu/s3c44b0/start.S | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/arm/cpu/s3c44b0/start.S b/arch/arm/cpu/s3c44b0/start.S index ca95dea55..67b2c6a69 100644 --- a/arch/arm/cpu/s3c44b0/start.S +++ b/arch/arm/cpu/s3c44b0/start.S @@ -179,7 +179,6 @@ stack_setup:  	cmp	r0, r6  	beq	clear_bss -#ifndef CONFIG_SKIP_RELOCATE_UBOOT  copy_loop:  	ldmia	r0!, {r9-r10}		/* copy from source address [r0]    */  	stmia	r6!, {r9-r10}		/* copy to   target address [r1]    */ @@ -218,7 +217,6 @@ vector_copy_loop:  	stmia	r1!, {r3-r10}  	cmp	r0, r2  	blo	vector_copy_loop -#endif	/* #ifndef CONFIG_SKIP_RELOCATE_UBOOT */  clear_bss:  #ifndef CONFIG_PRELOADER |