* [U-Boot] [PATCH] arm: exynos: fix the align for exynos4_power structure
@ 2013-12-02 6:09 Minkyu Kang
2013-12-03 0:42 ` Minkyu Kang
0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2013-12-02 6:09 UTC (permalink / raw)
To: u-boot
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(-)
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;
--
1.7.9.5
--
Thanks,
Minkyu Kang.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] arm: exynos: fix the align for exynos4_power structure
2013-12-02 6:09 [U-Boot] [PATCH] arm: exynos: fix the align for exynos4_power structure Minkyu Kang
@ 2013-12-03 0:42 ` Minkyu Kang
0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2013-12-03 0:42 UTC (permalink / raw)
To: u-boot
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-03 0:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 6:09 [U-Boot] [PATCH] arm: exynos: fix the align for exynos4_power structure Minkyu Kang
2013-12-03 0:42 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox