[U-Boot] [PATCH v5] arm: rmobile: kzm9g: Add dummy member to struct	sh73a0_rwdt
    Tetsuyuki Kobayshi 
    koba at kmckk.co.jp
       
    Fri Jul 20 11:27:56 CEST 2012
    
    
  
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
    
    
More information about the U-Boot
mailing list