commit | 86fb7b3d5b8ae7158cfcd408b847d3d8295e3aae | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Apr 25 16:37:12 2013 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 03 12:49:50 2013 +0200 |
tree | edbd3a3b54683e6d74db4f03baab2cd0038ef86a | |
parent | 8c653124a35ee1422f27106cd89d9c816814385f [diff] |
arm: mxs: Fix vectoring table crafting The vectoring table has to be placed at 0x0, but U-Boot on MX23/MX28 starts from RAM, so the vectoring table at 0x0 is not present. Craft code that will be placed at 0x0 and will redirect interrupt vectoring to proper location of the U-Boot in RAM. Signed-off-by: Marek Vasut <marex@denx.de> CC: Stefano Babic <sbabic@denx.de> CC: Fabio Estevam <fabio.estevam@freescale.com> Tested-by: Fabio Estevam <fabio.estevam@freescale.com>