Re: [U-Boot] [PATCH 05/10] sunxi: do not enable smp for A83T

2015-11-13 Thread Hans de Goede
Hi, On 12-11-15 19:09, Vishnu Patekar wrote: When smp is enabled for A83T, intermittent hang is observed after booting kernel. for now do not enable the smp for CPU0. This has to be fixed. Also, fixed the space at line start warning at these two lines. Signed-off-by: Vishnu Patekar --- arch

[U-Boot] [PATCH 05/10] sunxi: do not enable smp for A83T

2015-11-12 Thread Vishnu Patekar
When smp is enabled for A83T, intermittent hang is observed after booting kernel. for now do not enable the smp for CPU0. This has to be fixed. Also, fixed the space at line start warning at these two lines. Signed-off-by: Vishnu Patekar --- arch/arm/cpu/armv7/sunxi/board.c | 4 ++-- 1 file cha