]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Thu, 19 Jul 2012 23:27:56 +0000 (23:27 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:23 +0000 (02:04 +0200)
Add dummy member to struct sh73a0_rwdt in sh73a0.h.
Without this, initializing watch dog timer goes wrong.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/include/asm/arch-rmobile/sh73a0.h

index c0bfb9d7a0c1ea1b8d806b2a6d4dfa77b3ac40fa..bdbb4086421846fb1f5e9ba9138441dec72e8517 100644 (file)
@@ -63,7 +63,9 @@
 /* RWDT */
 struct sh73a0_rwdt {
        u16 rwtcnt0;    /* 0x00 */
+       u16 dummy0;     /* 0x02 */
        u16 rwtcsra0;   /* 0x04 */
+       u16 dummy1;     /* 0x06 */
        u16 rwtcsrb0;   /* 0x08 */
 };