summaryrefslogtreecommitdiff
path: root/arch/mips/cpu/mips32/start.S
diff options
context:
space:
mode:
authorShinya Kuribayashi <skuribay@pobox.com>2011-05-06 15:18:13 (GMT)
committerShinya Kuribayashi <skuribay@pobox.com>2011-05-06 15:18:13 (GMT)
commit522171a08761ee6b31ec3cbf3abcaf54bfe1e243 (patch)
tree73992e2e677ea547945c40a442ed88c411d5e6d4 /arch/mips/cpu/mips32/start.S
parent96d04c3150ae9284500aef48803d7d132968f2b2 (diff)
downloadu-boot-fsl-qoriq-522171a08761ee6b31ec3cbf3abcaf54bfe1e243.tar.xz
MIPS: Remove mips_cache_lock() feature
As requested in commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd ([MIPS] Request for the 'mips_cache_lock()' removal), such feature is no longer needed for current MIPS implementation of U-Boot, and no one in the tree uses it for years. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
Diffstat (limited to 'arch/mips/cpu/mips32/start.S')
-rw-r--r--arch/mips/cpu/mips32/start.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S
index e661d46..0a9d9d5 100644
--- a/arch/mips/cpu/mips32/start.S
+++ b/arch/mips/cpu/mips32/start.S
@@ -252,13 +252,6 @@ reset:
/* Set up temporary stack.
*/
-#ifdef CONFIG_SYS_INIT_RAM_LOCK_MIPS
- li a0, CONFIG_SYS_INIT_SP_OFFSET
- la t9, mips_cache_lock
- jalr t9
- nop
-#endif
-
li t0, CONFIG_SYS_SDRAM_BASE + CONFIG_SYS_INIT_SP_OFFSET
la sp, 0(t0)