commit | 80999a52778ca6cc0452599bdc75ae4b417231be | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Aug 18 09:27:16 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 28 12:33:16 2015 -0400 |
tree | d9ca0b20a05ad944775ef136410ad88beff859ad | |
parent | 76b3f195e9c771f03161616a2f35ab7070be178a [diff] |
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 <sr@denx.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Cc: Vipin Kumar <vk.vipin@gmail.com>