
26 Apr
2013
26 Apr
'13
10:32 p.m.
On Thu, Apr 25, 2013 at 11:37 PM, Marek Vasut marex@denx.de wrote:
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
On a mx23evk:
Tested-by: Fabio Estevam fabio.estevam@freescale.com