From 705209a0957ffd9e0ad001d01cb2b468fb1b3347 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 11 Dec 2022 23:00:54 +0100 Subject: [PATCH] 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 --- configs/A10s-OLinuXino-M_defconfig | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5