mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
62dd5879ac
commit
081f9b4441
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user