]> git.sur5r.net Git - u-boot/blobdiff - cpu/mcf547x_8x/start.S
NAND: Fix compilation warning and small coding style issue
[u-boot] / cpu / mcf547x_8x / start.S
index c12d7a0fcbb24605e422b30c460e3153a975aee3..87355f95813683eb75657a3f186a9b4263a37c04 100644 (file)
@@ -54,7 +54,7 @@
 _vectors:
 
 INITSP:                .long   0x00000000      /* Initial SP   */
-INITPC:                .long   _START  /* Initial PC           */
+INITPC:                .long   _START  /* Initial PC           */
 vector02:      .long   _FAULT  /* Access Error         */
 vector03:      .long   _FAULT  /* Address Error        */
 vector04:      .long   _FAULT  /* Illegal Instruction  */
@@ -259,7 +259,7 @@ clear_bss:
 /* exception code */
        .globl _fault
 _fault:
-       jmp _fault
+       bra _fault
        .globl  _exc_handler
 
 _exc_handler: