]> Git Repo - u-boot.git/commit
arm: spear: Fix booting - relocate vector table to 0 (low-vector)
authorStefan Roese <[email protected]>
Tue, 18 Aug 2015 07:27:16 +0000 (09:27 +0200)
committerTom Rini <[email protected]>
Fri, 28 Aug 2015 16:33:16 +0000 (12:33 -0400)
commit80999a52778ca6cc0452599bdc75ae4b417231be
treed9ca0b20a05ad944775ef136410ad88beff859ad
parent76b3f195e9c771f03161616a2f35ab7070be178a
arm: spear: Fix booting - relocate vector table to 0 (low-vector)

Booting SPEAr600 eval board doesn't work with current mainline U-Boot. With
this patch the low-vector bit is left to '0'. Resulting in the common
relocation of the vectors to 0 (SDRAM) to work correctly.

Tested on the SPEAr600 EVB.

Signed-off-by: Stefan Roese <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Cc: Vipin Kumar <[email protected]>
board/spear/common/spr_lowlevel_init.S
This page took 0.032743 seconds and 4 git commands to generate.