diff mbox

[U-Boot] arm: exynos: fix the align for exynos4_power structure

Message ID 529C241A.6090809@samsung.com
State Accepted
Delegated to: Minkyu Kang
Headers show

Commit Message

Minkyu Kang Dec. 2, 2013, 6:09 a.m. UTC
res3 should be 4 bytes

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dominik Klein <dominik.klein@gmx.com>
---
 arch/arm/include/asm/arch-exynos/power.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Minkyu Kang Dec. 3, 2013, 12:42 a.m. UTC | #1
On 02/12/13 15:09, Minkyu Kang wrote:
> res3 should be 4 bytes
> 
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> Cc: Dominik Klein <dominik.klein@gmx.com>
> ---
>  arch/arm/include/asm/arch-exynos/power.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-exynos/power.h b/arch/arm/include/asm/arch-exynos/power.h
index 8db18c5..2bfee18 100644
--- a/arch/arm/include/asm/arch-exynos/power.h
+++ b/arch/arm/include/asm/arch-exynos/power.h
@@ -16,7 +16,7 @@  struct exynos4_power {
 	unsigned int	gnss_rtc_out_ctrl;
 	unsigned char	res2[0x1ec];
 	unsigned int	system_power_down_ctrl;
-	unsigned char	res3[0x1];
+	unsigned int	res3;
 	unsigned int	system_power_down_option;
 	unsigned char	res4[0x1f4];
 	unsigned int	swreset;