mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
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>
This commit is contained in:
parent
a85ca22f62
commit
771b3ba34c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue