Re: [U-Boot] [PATCH] exynos: Leave the compiler to choose the register to avoid possible r0 corruption

2019-01-06 Thread Minkyu Kang
Hi, On 04/01/19 17:23, Guillaume GARDET wrote: > Reported-by: Siarhei Siamashka > Signed-off-by: Guillaume GARDET > > Cc: Albert Aribaud > Cc: Minkyu Kang > Cc: Tom Rini > --- > arch/arm/mach-exynos/include/mach/system.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --

[U-Boot] [PATCH] exynos: Leave the compiler to choose the register to avoid possible r0 corruption

2019-01-04 Thread Guillaume GARDET
Reported-by: Siarhei Siamashka Signed-off-by: Guillaume GARDET Cc: Albert Aribaud Cc: Minkyu Kang Cc: Tom Rini --- arch/arm/mach-exynos/include/mach/system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/system.h b/arch/arm/mach-exyn