diff mbox

[U-Boot] sh: Fix rsk7203 alignment problem

Message ID 1306831902-15772-1-git-send-email-phil.edworthy@renesas.com
State Accepted
Commit c4f07be21c2835628889f103f7e1314ee05c4180
Headers show

Commit Message

Phil Edworthy May 31, 2011, 8:51 a.m. UTC
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 board/renesas/rsk7203/lowlevel_init.S |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

--
1.7.0.4

Comments

Nobuhiro Iwamatsu June 9, 2011, 4:19 a.m. UTC | #1
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
>
diff mbox

Patch

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