]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: exynos: fix the align for exynos4_power structure
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 29 Nov 2013 01:02:34 +0000 (10:02 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 3 Dec 2013 00:40:24 +0000 (09:40 +0900)
res3 should be 4bytes

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dominik Klein <dominik.klein@gmx.com>
arch/arm/include/asm/arch-exynos/power.h

index 8db18c545c9951df4875e39ab0cca87c2a41999b..2bfee18eb7e784de7756380ec953bbe2d6656964 100644 (file)
@@ -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;