All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORT
@ 2016-12-14 14:22 Fabio Estevam
  2016-12-14 14:57 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2016-12-14 14:22 UTC (permalink / raw)
  To: buildroot

As console=ttymxc0 is passed in U-Boot we can use /dev/console to
access the serial console and then BR2_TARGET_GENERIC_GETTY_PORT
can be removed.

Suggested-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/mx6sx_udoo_neo_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/mx6sx_udoo_neo_defconfig b/configs/mx6sx_udoo_neo_defconfig
index cbea577..aecb520 100644
--- a/configs/mx6sx_udoo_neo_defconfig
+++ b/configs/mx6sx_udoo_neo_defconfig
@@ -2,7 +2,6 @@ BR2_arm=y
 BR2_cortex_a9=y
 # Linux headers same as kernel, a 4.9 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
-BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/udoo/neo/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/udoo/neo/post-image.sh"
 BR2_GLOBAL_PATCH_DIR="board/udoo/neo/patches"
-- 
2.7.4

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

* [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORT
  2016-12-14 14:22 [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORT Fabio Estevam
@ 2016-12-14 14:57 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-12-14 14:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <fabio.estevam@nxp.com> writes:

 > As console=ttymxc0 is passed in U-Boot we can use /dev/console to
 > access the serial console and then BR2_TARGET_GENERIC_GETTY_PORT
 > can be removed.

 > Suggested-by: Peter Korsgaard <peter@korsgaard.com>
 > Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-12-14 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14 14:22 [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORT Fabio Estevam
2016-12-14 14:57 ` Peter Korsgaard

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.