summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2013-11-29 10:02:34 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2013-12-03 09:40:24 +0900
commit771b3ba34ce80215b481e1aaade33bd3089d76a2 (patch)
treebab48ce6917296ffa276ec66fd7e90383fc9149b /arch
parenta85ca22f62cb262fe33757792fdb78d1927cb2d0 (diff)
downloadblackbird-obmc-uboot-771b3ba34ce80215b481e1aaade33bd3089d76a2.tar.gz
blackbird-obmc-uboot-771b3ba34ce80215b481e1aaade33bd3089d76a2.zip
arm: exynos: fix the align for exynos4_power structure
res3 should be 4bytes Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Cc: Dominik Klein <dominik.klein@gmx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-exynos/power.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos/power.h b/arch/arm/include/asm/arch-exynos/power.h
index 8db18c545c..2bfee18eb7 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;
OpenPOWER on IntegriCloud