Re: [U-Boot] [PATCH 1/5] ARM: armv7: Make indirect vector addresses globl

2013-11-27 Thread Stefano Babic
On 11/11/2013 17:22, Marek Vasut wrote: > Make indirect vectors addresses global, so they can be replaced by > various code that needs to do so. For example the MX6 PCI express > driver needs to temporarily replace data abort handler when reading > the config space. > > Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH 1/5] ARM: armv7: Make indirect vector addresses globl

2013-11-11 Thread Marek Vasut
Hi +Cc Sinan > Make indirect vectors addresses global, so they can be replaced by > various code that needs to do so. For example the MX6 PCI express > driver needs to temporarily replace data abort handler when reading > the config space. > > Signed-off-by: Marek Vasut > Cc: Albert Aribaud >

[U-Boot] [PATCH 1/5] ARM: armv7: Make indirect vector addresses globl

2013-11-11 Thread Marek Vasut
Make indirect vectors addresses global, so they can be replaced by various code that needs to do so. For example the MX6 PCI express driver needs to temporarily replace data abort handler when reading the config space. Signed-off-by: Marek Vasut Cc: Albert Aribaud Cc: Stefano Babic --- arch/ar