epia/geode: Fixed login terminal problem by setting it to tty1

Change-Id: I33535a20c78fae267a21cd77fa431c78dbadda96
diff --git a/configs/czechlight_epia_geode_defconfig b/configs/czechlight_epia_geode_defconfig
index 008b839..1fc70fb 100644
--- a/configs/czechlight_epia_geode_defconfig
+++ b/configs/czechlight_epia_geode_defconfig
@@ -11,6 +11,7 @@
 BR2_TARGET_GENERIC_HOSTNAME="czechlight"
 BR2_TARGET_GENERIC_ISSUE="Welcome to CzechLight"
 BR2_TARGET_GENERIC_PASSWD_SHA512=y
+BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 BR2_INIT_SYSTEMD=y
 # BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
 BR2_ENABLE_LOCALE_WHITELIST="C en_US en_US.utf8"