]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/74xx_7xx/start.S
* Patches by Udi Finkelstein, 2 June 2003:
[people/ms/u-boot.git] / cpu / 74xx_7xx / start.S
index 4a0e7a11191ed1d6ed515467b8c10f6cc1c17e4d..a37f92418db7bb1d325bdc27368fc24c87353f8f 100644 (file)
@@ -750,7 +750,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 */