Re: [U-Boot] [PATCH] nds32: fix data section of linker script

2011-11-09 Thread Macpaul Lin
Hi Macpaul, 2011/11/9 Macpaul Lin : > Make linker script handles .data.rel sections. > > Signed-off-by: Macpaul Lin > Tested-by: Macpaul Lin > Cc: Mike Frysinger Applied to u-boot-nds32/master, thanks. Best regards, Macpaul Lin ___ U-Boot mailing li

[U-Boot] [PATCH] nds32: fix data section of linker script

2011-11-09 Thread Macpaul Lin
Make linker script handles .data.rel sections. Signed-off-by: Macpaul Lin Tested-by: Macpaul Lin Cc: Mike Frysinger --- arch/nds32/cpu/n1213/u-boot.lds |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/nds32/cpu/n1213/u-boot.lds b/arch/nds32/cpu/n1213/u-boot.lds in