Index: arch/mips/boot/boot.s
===================================================================
--- arch/mips/boot/boot.s	(revision f761f1eb635bfe9a5deaf70a0f0a51aa8d2f5f22)
+++ arch/mips/boot/boot.s	(revision 6ef72c92c1d24eb6c3e87dd9300dbdfd47b514ec)
@@ -34,10 +34,10 @@
 
 start:
-    # move 0x80000000 to reg $8
-    lui $8, 0x8000
+	# move 0x80000000 to reg $8
+	lui $8, 0x8000
     
-    # prepare stack
-    lui $29, 0x8100
+	# prepare stack
+	lui $29, 0x8100
     
-    j $8
-    nop
+	j $8
+	nop
