[meta-freescale] [3rdparty][PATCH V3] linux-boundary: change kernel command line defaults (console, initrd)

Eric Nelson eric at nelint.com
Mon Aug 21 14:20:12 PDT 2017


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 <eric at nelint.com>
---
V2 changes the commit message to say **Most** boards from Boundary.
V3 removes an SOB

 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
-- 
2.7.4



More information about the meta-freescale mailing list