From: Mark Kettenis Date: Sun, 11 Dec 2022 22:00:54 +0000 (+0100) Subject: sunxi: Fix serial console for A10s-OLinuXino-MICRO X-Git-Tag: v2025.01-rc5-pxa1908~1182^2~3 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=705209a0957ffd9e0ad001d01cb2b468fb1b3347;p=u-boot.git sunxi: Fix serial console for A10s-OLinuXino-MICRO On this board CONFIG_CONS_INDEX needs to be 1 unlike other sun5i boards. Since this is the default, remove to bogus setting. Fixes: 7095f8641863 ("sunxi: Convert CONS_INDEX to Kconfig") Signed-off-by: Mark Kettenis Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/configs/A10s-OLinuXino-M_defconfig b/configs/A10s-OLinuXino-M_defconfig index 99f5785751..d1e3b056b4 100644 --- a/configs/A10s-OLinuXino-M_defconfig +++ b/configs/A10s-OLinuXino-M_defconfig @@ -16,6 +16,5 @@ CONFIG_SYS_I2C_SPEED=400000 CONFIG_MII=y CONFIG_SUN4I_EMAC=y CONFIG_AXP152_POWER=y -CONFIG_CONS_INDEX=2 CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y