]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/openrisc/cpu/cpu.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / arch / openrisc / cpu / cpu.c
index f238fe4c60dd42eb898d71756bf4d23546d9afe9..272656a361d7b154643f93c28a599d7c95b3480a 100644 (file)
@@ -138,8 +138,8 @@ int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        /* Code the jump to __reset here as the compiler is prone to
           emitting a bad jump instruction if the function is in flash */
        __asm__("l.movhi r1,hi(__reset);  \
-                 l.ori r1,r1,lo(__reset); \
-                 l.jr r1");
+                l.ori r1,r1,lo(__reset); \
+                l.jr r1");
        /* not reached, __reset does not return */
        return 0;
 }