diff options
author | 2018-11-21 22:01:54 +0100 | |
---|---|---|
committer | 2018-12-09 21:54:29 +0100 | |
commit | 659a0fb88e7aea23ff5b2f7115a7c5903594c538 (patch) | |
tree | 2ac026dacd595816e2ac11173d63a4451aa02410 /configs | |
parent | d129ae3ce938c3a33972afdc1d5be39e0211dd79 (diff) | |
download | buildroot-659a0fb88e7aea23ff5b2f7115a7c5903594c538.tar.gz buildroot-659a0fb88e7aea23ff5b2f7115a7c5903594c538.tar.bz2 |
configs/liteboard: remove explicit getty port
Using default value (console) works well, so there is no reason to set
tty explicitly.
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/grinn_liteboard_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/grinn_liteboard_defconfig b/configs/grinn_liteboard_defconfig index 5f3ca07552..84f1735e22 100644 --- a/configs/grinn_liteboard_defconfig +++ b/configs/grinn_liteboard_defconfig @@ -1,7 +1,6 @@ BR2_arm=y BR2_cortex_a7=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y -BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" BR2_SYSTEM_DHCP="eth0" BR2_ROOTFS_POST_IMAGE_SCRIPT="board/grinn/liteboard/post-image.sh" BR2_LINUX_KERNEL=y |