aboutsummaryrefslogtreecommitdiff
path: root/src/arch/mips/bootblock.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/bootblock.S')
-rw-r--r--src/arch/mips/bootblock.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/mips/bootblock.S b/src/arch/mips/bootblock.S
index ed31b24cfa..8899fe0a97 100644
--- a/src/arch/mips/bootblock.S
+++ b/src/arch/mips/bootblock.S
@@ -36,16 +36,6 @@ _start:
bne $t0, $t1, 1b
addi $t0, $t0, 4
- /*
- * Disable caches for now, proper cache management is coming soon.
- * http://crosbug.com/p/34127
- */
- mfc0 $t0, $16
- li $t1, -8
- and $t0, $t0, $t1
- ori $t0, $t0, 2
- mtc0 $t0, $16
-
/* Run main */
b main