Re: [U-Boot] [PATCH v2 2/2] nds32/n1213: correct vector table in start.S

2012-03-19 Thread Macpaul Lin
Hi Macpaul, 2012/3/11 Macpaul Lin > Correct definition of vector table in start.S > > Signed-off-by: Macpaul Lin > --- > Changes for v2: > - fix symbol declaration error in start.S > Applied to u-boot-nds32/master Thanks. -- Best regards, Macpaul Lin

[U-Boot] [PATCH v2 2/2] nds32/n1213: correct vector table in start.S

2012-03-11 Thread Macpaul Lin
Correct definition of vector table in start.S Signed-off-by: Macpaul Lin --- Changes for v2: - fix symbol declaration error in start.S arch/nds32/cpu/n1213/start.S | 22 +++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/arch/nds32/cpu/n1213/start.S b/arc