Skip to content
Snippets Groups Projects
Commit a782fa46 authored by Clemens Terasa's avatar Clemens Terasa
Browse files

imx6guf:linux-guf: Disable CONFIG_EARLY_PRINTK

SANTINO-LT is the first G&F iMX6 platform that uses a different UART
debug port, UART5 instead of UART2. It is not possible to use both port
settings together with early printk. Even though this is unfortunate,
we do not need the early printk feature enabled in production so diable
it here.

CONFIG_VT_HW_CONSOLE_BINDING and CONFIG_LEDS_TRIGGERS are still due to
default dependencies.

BCS 746-000428
parent 9b7b1b6d
No related branches found
No related tags found
1 merge request!110imx6guf: Add SANTINO-LT
Pipeline #17095 passed with stages
in 14 minutes and 56 seconds
......@@ -191,7 +191,6 @@ CONFIG_TOUCHSCREEN_COLIBRI_VF50=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_MMA8450=y
CONFIG_SERIO_SERPORT=m
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_IMX=y
CONFIG_SERIAL_IMX_CONSOLE=y
......@@ -363,7 +362,6 @@ CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_PWM=y
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
......@@ -459,8 +457,3 @@ CONFIG_DEBUG_FS=y
# CONFIG_SCHED_DEBUG is not set
CONFIG_PROVE_LOCKING=y
# CONFIG_FTRACE is not set
CONFIG_DEBUG_LL=y
CONFIG_DEBUG_IMX6Q_UART=y
CONFIG_DEBUG_IMX_UART_PORT=2
CONFIG_DEBUG_UNCOMPRESS=y
CONFIG_EARLY_PRINTK=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment