
Hi Albert,
I modified the patch, but it didn't worked on the board. Than I realized the cause of this problem is in interrupt_init() function. It has IRQ_STACK_START_IN variable touched before relocation, which is in flash.
Later I found other guys had same problem. So if it's going to be fixed my patch works ok. I'll send it right away.
Maybe as a hack just to add a special #define for now just not to break other platform?
Best Regards, Sergey
On Mon, Dec 2, 2013 at 9:30 PM, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi sergey.kostanbaev,
On Tue, 22 Oct 2013 17:18:45 +0400, "sergey.kostanbaev" sergey.kostanbaev@gmail.com wrote:
From: Sergey Kostanbaev sergey.kostanbaev@gmail.com
This patch returns back support for old ep93xx processors family
Signed-off-by: Sergey Kostanbaev sergey.kostanbaev@fairwaves.ru Cc: albert.u.boot@aribaud.net
This patch seems not to apply cleanly on current ARM. Can you rebase and send V3?
Amicalement,
Albert.