[U-Boot] [PATCH 10/10] sunxi: Convert CONS_INDEX to Kconfig

2017-02-23 Thread Mylène Josserand
Convert the CONS_INDEX configuration to Kconfig. Update sunxi's defconfigs to remove SYS_EXTRA_OPTIONS variable not needed anymore. Default value is 1 except for sun5i (equals 2) and sun8i (equals 5). Signed-off-by: Mylène Josserand --- board/sunxi/Kconfig | 9 + con

Re: [U-Boot] [PATCH 10/10] sunxi: Convert CONS_INDEX to Kconfig

2017-02-23 Thread Maxime Ripard
On Thu, Feb 23, 2017 at 04:44:19PM +0100, Mylène Josserand wrote: > Convert the CONS_INDEX configuration to Kconfig. > Update sunxi's defconfigs to remove SYS_EXTRA_OPTIONS variable not > needed anymore. > Default value is 1 except for sun5i (equals 2) and sun8i (equals 5). > > Signed-off-by: Mylè