From 05887428474693d5890fa269fddf515cc55fe92c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 29 May 2019 15:46:12 +0200 Subject: 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 --- conf/machine/apalis-imx8.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/apalis-imx8.conf') 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" -- cgit v1.2.3