summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-12-14 12:22:52 -0200
committerPeter Korsgaard <peter@korsgaard.com>2016-12-14 15:56:58 +0100
commit95b8bbcae6e90a48c263e68d0c3384d8f091952b (patch)
tree13c441017eaf4bc756bc77d7aad5061b7529233e /configs
parent2c410189bfd843be62b35dd3f5796726cdf5db2a (diff)
configs/mx6sx_udoo_neo: Remove BR2_TARGET_GENERIC_GETTY_PORT
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6sx_udoo_neo_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx6sx_udoo_neo_defconfig b/configs/mx6sx_udoo_neo_defconfig
index cbea57734..aecb5204e 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"