All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH] linux-boundary: change kernel command line defaults (console, initrd)
@ 2017-08-20  2:01 Eric Nelson
  2017-08-20  7:51 ` Gary Bisson
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Nelson @ 2017-08-20  2:01 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [3rdparty][PATCH] linux-boundary: change kernel command line defaults (console, initrd)
  2017-08-20  2:01 [3rdparty][PATCH] linux-boundary: change kernel command line defaults (console, initrd) Eric Nelson
@ 2017-08-20  7:51 ` Gary Bisson
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Bisson @ 2017-08-20  7:51 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale Mailing List, Troy Kisky

Hi Eric,

On Sun, Aug 20, 2017 at 4:01 AM, Eric Nelson <eric@nelint.com> wrote:
> All boards from Boundary Devices default to using UART2 (ttymxc1)
> as their console. Update the default kernel command line to match.

Actually that isn't true any more, our latest boards use UART1 (tymxc0):
https://github.com/Freescale/meta-freescale-3rdparty/blob/master/conf/machine/nitrogen7.conf#L39
https://github.com/Freescale/meta-freescale-3rdparty/blob/master/conf/machine/nitrogen6sx.conf#L39

But I'm not against this patch, I would just reword to "most Boundary
Devices platforms".

Regards,
Gary


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-20  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20  2:01 [3rdparty][PATCH] linux-boundary: change kernel command line defaults (console, initrd) Eric Nelson
2017-08-20  7:51 ` Gary Bisson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.