summaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/config-4.14
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-07-10 19:46:12 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-07-14 14:37:45 +0200
commitea44ed5f388aecb6f745f7dd9b7df00748f7785f (patch)
tree283514dc85c1b3e67c65d5d0c1458de8b72219ab /target/linux/gemini/config-4.14
parent27f3f493de0610c74de2ea406641b256bfcc13a9 (diff)
downloadopenwrt-ea44ed5f388aecb6f745f7dd9b7df00748f7785f.tar.gz
openwrt-ea44ed5f388aecb6f745f7dd9b7df00748f7785f.tar.bz2
openwrt-ea44ed5f388aecb6f745f7dd9b7df00748f7785f.zip
gemini: Stop enforcing command line
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>
Diffstat (limited to 'target/linux/gemini/config-4.14')
-rw-r--r--target/linux/gemini/config-4.142
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/gemini/config-4.14 b/target/linux/gemini/config-4.14
index 3d11de6a40..fb96aa78c7 100644
--- a/target/linux/gemini/config-4.14
+++ b/target/linux/gemini/config-4.14
@@ -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