From 624c841cdc85f9502edb2f846a9aeab6dd112084 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Fri, 26 Jul 2024 20:12:31 +0200 Subject: [PATCH] boards/arm/mx8mp/verdin-mx8mp: remove SERIAL_CONSOLE from rmpsg config this configuration uses CONFIG_RPMSG_UART_CONSOLE as console --- boards/arm/mx8mp/verdin-mx8mp/configs/rpmsg/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/mx8mp/verdin-mx8mp/configs/rpmsg/defconfig b/boards/arm/mx8mp/verdin-mx8mp/configs/rpmsg/defconfig index 2d314132da..9ea2a19020 100644 --- a/boards/arm/mx8mp/verdin-mx8mp/configs/rpmsg/defconfig +++ b/boards/arm/mx8mp/verdin-mx8mp/configs/rpmsg/defconfig @@ -70,4 +70,3 @@ CONFIG_START_YEAR=2014 CONFIG_SYSTEM_I2CTOOL=y CONFIG_SYSTEM_NSH=y CONFIG_TESTING_RAMTEST=y -CONFIG_UART4_SERIAL_CONSOLE=y