Re: [U-Boot] [PATCH] Revert "ARM: move interrupt_init to before relocation"

2013-12-11 Thread Albert ARIBAUD
On Fri, 8 Nov 2013 22:37:33 +0100, Albert ARIBAUD wrote: > Revert commit 0f5141e9 which causes boards starting in > FLASH to try and write to a FLASH location. > > Signed-off-by: Albert ARIBAUD > --- > arch/arm/lib/board.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --

[U-Boot] [PATCH] Revert "ARM: move interrupt_init to before relocation"

2013-11-08 Thread Albert ARIBAUD
Revert commit 0f5141e9 which causes boards starting in FLASH to try and write to a FLASH location. Signed-off-by: Albert ARIBAUD --- arch/arm/lib/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 34f50b0..9c72a53 10064