From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 03 Dec 2013 09:42:22 +0900 Subject: [U-Boot] [PATCH] arm: exynos: fix the align for exynos4_power structure In-Reply-To: <529C241A.6090809@samsung.com> References: <529C241A.6090809@samsung.com> Message-ID: <529D28EE.8010005@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/12/13 15:09, Minkyu Kang wrote: > res3 should be 4 bytes > > Signed-off-by: Minkyu Kang > Cc: Dominik Klein > --- > arch/arm/include/asm/arch-exynos/power.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.