gemini: Stop enforcing command line
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Jul 2019 17:46:12 +0000 (19:46 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 14 Jul 2019 12:37:45 +0000 (14:37 +0200)
The command line enforced by the kernel is harmful, we want to
use the command line passed from the device tree. This is
especially important for the SQ201, Teltonika RUT and WBD111
which has a console set to 115200n8 and not 19200n8 like all
the others, so their consoles will be confusingly changing
baudrate between boot loader and kernel. The setting in the
device tree corresponds to what the boot loader is using.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
target/linux/gemini/config-4.14
target/linux/gemini/config-4.19

index 3d11de6a40c984b90f5fe95ab12a19a2c333ca68..fb96aa78c73afd8a77782a162a72e6ccc1be09d1 100644 (file)
@@ -55,8 +55,6 @@ CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 CONFIG_CLKDEV_LOOKUP=y
 CONFIG_CLKSRC_MMIO=y
 CONFIG_CLONE_BACKWARDS=y
-CONFIG_CMDLINE="console=ttyS0,19200n8"
-CONFIG_CMDLINE_FROM_BOOTLOADER=y
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_GEMINI=y
 CONFIG_CONSOLE_TRANSLATIONS=y
index 288c8e0a3ae025a4a747d45ed13ae1bd4fc41df1..a817303ec8a0ffc9b4abbc0eec03cb11e087a92d 100644 (file)
@@ -62,8 +62,6 @@ CONFIG_CMA_SIZE_MBYTES=16
 CONFIG_CMA_SIZE_SEL_MBYTES=y
 # CONFIG_CMA_SIZE_SEL_MIN is not set
 # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
-CONFIG_CMDLINE="console=ttyS0,19200n8"
-CONFIG_CMDLINE_FROM_BOOTLOADER=y
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_GEMINI=y
 CONFIG_CONSOLE_TRANSLATIONS=y