Re: [U-Boot] [PATCH] sunxi: fix the default value of CONS_INDEX on non-A23/A33 SUN8I

2017-04-25 Thread Maxime Ripard
On Tue, Apr 25, 2017 at 01:39:51AM +0800, Icenowy Zheng wrote: > Only A23/A33 in SUN8I want a default value of CONS_INDEX of 5, for other > chips the default value is 1 like other Allwinner SoCs. > > Fix this default value. > > The original wrong value has lead to wrong console on H3 Orange Pi >

[U-Boot] [PATCH] sunxi: fix the default value of CONS_INDEX on non-A23/A33 SUN8I

2017-04-24 Thread Icenowy Zheng
Only A23/A33 in SUN8I want a default value of CONS_INDEX of 5, for other chips the default value is 1 like other Allwinner SoCs. Fix this default value. The original wrong value has lead to wrong console on H3 Orange Pi boards. Fixes: 7095f8641863 ("sunxi: Convert CONS_INDEX to Kconfig")