
Hi. Sergey, Arbert.
On Sat, 5 Jul 2014 00:22:05 +0200 Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Sergey,
On Wed, 25 Jun 2014 23:44:29 +0400, Sergey Kostanbev sergey.kostanbaev@gmail.com wrote:
This patch returns back support for old ep93xx processors family
Signed-off-by: Sergey Kostanbaev sergey.kostanbaev@gmail.com Cc: albert.u.boot@aribaud.net
[snip]
Applied to u-boot-arm/master, thanks!
Amicalement,
Albert.
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.
[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.
Best Regards Masahiro Yamada