summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-05-29 15:46:12 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-05-29 16:05:10 +0200
commit05887428474693d5890fa269fddf515cc55fe92c (patch)
treed437de9e76b3e62f9ee547628b80c19409c98b57
parent49b8346b9e26b5fa2f669ccd454a21038796d735 (diff)
apalis-imx8/colibri-imx8qxp: drop ttyAMA1 from SERIAL_CONSOLES
The device ttyAMA1 stems from ARM AMBA pl011 driver. On i.MX 8 we do not have such an IP, hence this device does not exist. The variable assignment and comment has been copied from NXP machines and they seem to have copied it from other machines. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--conf/machine/apalis-imx8.conf3
-rw-r--r--conf/machine/colibri-imx8qxp.conf3
2 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 02c39f5..40bc926 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -21,9 +21,6 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
LOADADDR = ""
-# We have to disable SERIAL_CONSOLE due to auto-serial-console
-SERIAL_CONSOLES = "115200;ttyAMA1"
-
# we do not want to have getty running on tty1 as we run
# auto-serial-console there
USE_VT = "0"
diff --git a/conf/machine/colibri-imx8qxp.conf b/conf/machine/colibri-imx8qxp.conf
index ae67498..c71328d 100644
--- a/conf/machine/colibri-imx8qxp.conf
+++ b/conf/machine/colibri-imx8qxp.conf
@@ -15,9 +15,6 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
LOADADDR = ""
-# We have to disable SERIAL_CONSOLE due to auto-serial-console
-SERIAL_CONSOLES = "115200;ttyAMA1"
-
# we do not want to have getty running on tty1 as we run
# auto-serial-console there
USE_VT = "0"