]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ppc4xx/start.S
* Patches by Udi Finkelstein, 2 June 2003:
[people/ms/u-boot.git] / cpu / ppc4xx / start.S
index cc29548eba7e137296f62e818e33612cf684a2c3..6736b7329d2db96a1fc60f6838efae71711530d8 100644 (file)
@@ -1381,7 +1381,7 @@ trap_init:
        lwz     r7, GOT(_start)
        lwz     r8, GOT(_end_of_vectors)
 
-       rlwinm  r9, r7, 0, 18, 31       /* _start & 0x3FFF      */
+       li      r9, 0x100               /* reset vector always at 0x100 */
 
        cmplw   0, r7, r8
        bgelr                           /* return if r7>=r8 - just in case */