Re: [U-Boot] [PATCH 1/6] arm: unify interrupt init

2009-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:42 Sun 10 May , Dirk Behme wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> all arm init the IRQ stack the same way >> so unify it in lib_arm/interrupts.c and then call arch specific interrupt >> init >> >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Cortex-A8 (OMAP3) part As

Re: [U-Boot] [PATCH 1/6] arm: unify interrupt init

2009-05-10 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: > all arm init the IRQ stack the same way > so unify it in lib_arm/interrupts.c and then call arch specific interrupt init > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cortex-A8 (OMAP3) part Acked-by: Dirk Behme > --- > applied to arm/testing >

[U-Boot] [PATCH 1/6] arm: unify interrupt init

2009-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
all arm init the IRQ stack the same way so unify it in lib_arm/interrupts.c and then call arch specific interrupt init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- applied to arm/testing Best Regards, J. cpu/arm1136/cpu.c| 11 --- cpu/arm720t/cpu.c|7