configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORT
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 14 Dec 2016 14:22:52 +0000 (12:22 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 14 Dec 2016 14:56:58 +0000 (15:56 +0100)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/mx6sx_udoo_neo_defconfig

index cbea5773449418c337483740a8411885e893f7be..aecb5204e4c6d7c719263b8e412e0b0c48a2f5f0 100644 (file)
@@ -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"