
Hi Masahiro,
Sorry I missed you mail since I was on vacation.
On Mon, Jul 7, 2014 at 2:57 PM, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
I have two questions:
[1] Is this board really working?
This patch added a linker script board/cirrus/edb93xx/u-boot.lds
But '.vectors' section is missing from it.
In my understanding, commit 41623c91b0 expects '.vectors' section handling for all ARM linker scripts.
On the time I made the patch it worked fine. I'll test version in master.
[2] Why was board/cirrus/edb93xx/u-boot.lds added instead of re-using (or modifying) arch/arm/cpu/arm920t/ep93xx/u-boot.lds ?
'edb9315a' is the only one board with 'ep93xx' SoC.
It means, if you add 'board/cirrus/edb93xx/u-boot.lds', 'arch/arm/cpu/arm920t/ep93xx/u-boot.lds' is never used.
Please delete either of them.
Yes, I missed it I'll delete unneeded file.
Thank you for your remarks