
25 Aug
2009
25 Aug
'09
7:29 a.m.
On 11:01 Mon 24 Aug , Nobuhiro Iwamatsu wrote:
Update lowlevel_init.S and macro.h.
Signed-off-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org
board/espt/lowlevel_init.S | 10 +--- board/renesas/sh7785lcr/lowlevel_init.S | 96 +++++++++++++------------------ include/asm-sh/macro.h | 37 ++++++++++-- 3 files changed, 71 insertions(+), 72 deletions(-)
maybe update all other sh assembly would be nice too as IIRC it will increase the binary size otherwise
diff --git a/board/espt/lowlevel_init.S b/board/espt/lowlevel_init.S index 7d5d72e..7f0686c 100644 --- a/board/espt/lowlevel_init.S +++ b/board/espt/lowlevel_init.S @@ -72,15 +72,7 @@ lowlevel_init: /* set DDR-SDRAM dummy read */ write32 MMSEL_A, MMSEL_D
Best Regards, J.