[U-Boot] [PATCH] sh: Fix rsk7203 alignment problem

Signed-off-by: Phil Edworthy phil.edworthy@renesas.com --- board/renesas/rsk7203/lowlevel_init.S | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/renesas/rsk7203/lowlevel_init.S b/board/renesas/rsk7203/lowlevel_init.S index 30ef5ab..ef4e341 100644 --- a/board/renesas/rsk7203/lowlevel_init.S +++ b/board/renesas/rsk7203/lowlevel_init.S @@ -186,6 +186,7 @@ PCCRL2_D: .word 0x1111 .align 2 PCCRL1_A: .long 0xFFFE3916 PCCRL1_D: .word 0x1010 +.align 2 PDCRL4_A: .long 0xFFFE3990 PDCRL4_D: .word 0x0011 .align 2 -- 1.7.0.4

Applied, thanks!
Nobuhiro
2011/5/31 Phil Edworthy PHIL.EDWORTHY@renesas.com:
Signed-off-by: Phil Edworthy phil.edworthy@renesas.com
board/renesas/rsk7203/lowlevel_init.S | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/renesas/rsk7203/lowlevel_init.S b/board/renesas/rsk7203/lowlevel_init.S index 30ef5ab..ef4e341 100644 --- a/board/renesas/rsk7203/lowlevel_init.S +++ b/board/renesas/rsk7203/lowlevel_init.S @@ -186,6 +186,7 @@ PCCRL2_D: .word 0x1111 .align 2 PCCRL1_A: .long 0xFFFE3916 PCCRL1_D: .word 0x1010 +.align 2 PDCRL4_A: .long 0xFFFE3990 PDCRL4_D: .word 0x0011 .align 2 -- 1.7.0.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Nobuhiro Iwamatsu
-
Phil Edworthy