commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=fe387b1f0a65e08fd6c46301d92f072151aea8e9
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1

Signed-off-by: Steven Miao <[email protected]>
---
 arch/blackfin/kernel/setup.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index 5cf7dee..582ba86 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -211,17 +211,6 @@ void __init bfin_relocate_l1_mem(void)
 
 #if  defined(CONFIG_BFIN_COREB) && defined(CONFIG_BF60x)
 	coreb_enable();
-
-	if (L1_CODE_LENGTH && text_l1_len)
-		early_dma_memcpy((void *)COREB_L1_CODE_START, _text_l1_lma,
-				text_l1_len);
-
-	bfin_write32(RCU0_CRCTL, 0x2);
-
-	while (!(bfin_read32(RCU0_CRSTAT) & 0x2))
-		continue;
-
-	bfin_write32(RCU0_CRCTL, 0);
 #endif
 
 	/* if necessary, copy L1 text to L1 instruction SRAM */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to