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 <eric@nelint.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Eric Nelson 2017-08-21 14:20:12 -07:00 committed by Otavio Salvador
parent 62dd5879ac
commit 081f9b4441

View File

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