
6 Sep
2011
6 Sep
'11
5:50 a.m.
Hi Mike and Albert,
2011/9/1 Mike Frysinger vapier@gentoo.org:
On Thursday, September 01, 2011 01:52:44 Macpaul Lin wrote:
--- /dev/null +++ b/arch/nds32/cpu/n1213/u-boot.lds
+SECTIONS +{
- . = 0x00000000;
shouldnt this be CONFIG_SYS_TEXT_BASE or CONFIG_SYS_MONITOR_BASE or something other than 0 ? -mike
After checking the binary with NDS32 architecture, I've found the dominate parameter is CONFIG_SYS_TEXT_BASE or CONFIG_SYS_MONITOR_BASE. So this line is not necessary. However I also found there are the same configurations in ARM's linker script. I just curios about is this a necessity for ARM?
I'll remove this in PATCH v12. Thanks.
--
Best regards,
Macpaul Lin