X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fmpc824x%2Fstart.S;h=004e3b3a194dde03bef0b469425af2c0d18c45f5;hb=682011ff6968198da14b89e40d9f55b00f6d91f7;hp=c14612b2fdc8bd14900a7f80f3ea54983e0d5768;hpb=7a8e9bed17d7924a9c5c4699b1f6a3a0359524ed;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/mpc824x/start.S b/cpu/mpc824x/start.S index c14612b..004e3b3 100644 --- a/cpu/mpc824x/start.S +++ b/cpu/mpc824x/start.S @@ -695,7 +695,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 */