[U-Boot] [PATCH v5] arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Mon Jul 23 08:28:43 CEST 2012


Thank you .
I applied my rmobile branch.

Best regarads,
  Nobuhiro

2012/7/20 Tetsuyuki Kobayshi <koba at kmckk.co.jp>:
> From: Tetsuyuki Kobayashi <koba at kmckk.co.jp>
>
> Add dummy member to struct sh73a0_rwdt in sh73a0.h.
> Without this, initializing watch dog timer goes wrong.
>
> Signed-off-by: Tetsuyuki Kobayashi <koba at kmckk.co.jp>
> ---
> Changes for v2:
>  - New
> Changes for v3:
>  - No change
> Changes for v4:
>  - No change
> Changes for v5:
>  - remove volatile
>
>  arch/arm/include/asm/arch-rmobile/sh73a0.h |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/include/asm/arch-rmobile/sh73a0.h b/arch/arm/include/asm/arch-rmobile/sh73a0.h
> index 2c0c8c6..39ed2c3 100644
> --- a/arch/arm/include/asm/arch-rmobile/sh73a0.h
> +++ b/arch/arm/include/asm/arch-rmobile/sh73a0.h
> @@ -64,7 +64,9 @@
>  /* RWDT */
>  struct sh73a0_rwdt {
>         u16 rwtcnt0;    /* 0x00 */
> +       u16 dummy0;     /* 0x02 */
>         u16 rwtcsra0;   /* 0x04 */
> +       u16 dummy1;     /* 0x06 */
>         u16 rwtcsrb0;   /* 0x08 */
>  };
>
> --
> 1.7.9.5
>



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


More information about the U-Boot mailing list