From 081f9b4441c21add97a6ba45710e1a151477253f Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Mon, 21 Aug 2017 14:20:12 -0700 Subject: [PATCH] linux-boundary: change kernel command line defaults (console, initrd) Most boards from Boundary Devices default to using UART2 (ttymxc1) as their console. Update the default kernel command line to match. Also remove the 'noinitrd' flag which has little practical use. Note that these changes only change the default kernel command line and are normally overridden by U-Boot through ATAGS. Signed-off-by: Eric Nelson Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-boundary-4.1.15/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary-4.1.15/defconfig b/recipes-kernel/linux/linux-boundary-4.1.15/defconfig index 9bcbd5d..b335f52 100644 --- a/recipes-kernel/linux/linux-boundary-4.1.15/defconfig +++ b/recipes-kernel/linux/linux-boundary-4.1.15/defconfig @@ -42,7 +42,7 @@ CONFIG_KSM=y CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 CONFIG_CMA=y CONFIG_SECCOMP=y -CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" +CONFIG_CMDLINE="console=ttymxc1,115200" CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y