[MIPS] Kill unused <version.h> inclusions
[platform/kernel/u-boot.git] / board / purple / lowlevel_init.S
index 668124a..1bd3edb 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/regdef.h>
 
 #define MC_IOGP        0xBF800800
@@ -33,5 +32,5 @@ lowlevel_init:
        li      t0, MC_IOGP
        li      t1, 0xf24
        sw      t1, 0(t0)
-       j       ra
+       jr      ra
        nop