diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-03-18 01:37:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-18 01:37:34 -0300 |
| commit | 234230d55184110a65533bdfc0481dfaec056d65 (patch) | |
| tree | 730516dacae50fd04a4729ee3bb00e5abd200269 | |
| parent | 914692f02b1789d45a6e4ccd15d78cbe7cc51b6d (diff) | |
| parent | ce7d3dad430382b2f918806334154fca374b55d5 (diff) | |
| download | meta-freescale-234230d55184110a65533bdfc0481dfaec056d65.tar.gz | |
Merge pull request #2150 from nxp-upstream/imx8tty
imx8qm-mek,imx8qxp-mek: Fix SERIAL_CONSOLES
| -rw-r--r-- | conf/machine/imx8qm-mek.conf | 2 | ||||
| -rw-r--r-- | conf/machine/include/imx8x-mek.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx8qm-mek.conf b/conf/machine/imx8qm-mek.conf index 47cfde198..648320d89 100644 --- a/conf/machine/imx8qm-mek.conf +++ b/conf/machine/imx8qm-mek.conf | |||
| @@ -20,7 +20,7 @@ RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" | |||
| 20 | LOADADDR = "" | 20 | LOADADDR = "" |
| 21 | 21 | ||
| 22 | # We have to disable SERIAL_CONSOLE due to auto-serial-console | 22 | # We have to disable SERIAL_CONSOLE due to auto-serial-console |
| 23 | SERIAL_CONSOLES = "115200;ttyAMA0" | 23 | SERIAL_CONSOLES = "115200;ttyLP0" |
| 24 | 24 | ||
| 25 | # we do not want to have getty running on tty1 as we run | 25 | # we do not want to have getty running on tty1 as we run |
| 26 | # auto-serial-console there | 26 | # auto-serial-console there |
diff --git a/conf/machine/include/imx8x-mek.inc b/conf/machine/include/imx8x-mek.inc index 9eaa77c53..adfcab47f 100644 --- a/conf/machine/include/imx8x-mek.inc +++ b/conf/machine/include/imx8x-mek.inc | |||
| @@ -12,7 +12,7 @@ RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" | |||
| 12 | LOADADDR = "" | 12 | LOADADDR = "" |
| 13 | 13 | ||
| 14 | # We have to disable SERIAL_CONSOLE due to auto-serial-console | 14 | # We have to disable SERIAL_CONSOLE due to auto-serial-console |
| 15 | SERIAL_CONSOLES = "115200;ttyAMA0" | 15 | SERIAL_CONSOLES = "115200;ttyLP0" |
| 16 | 16 | ||
| 17 | # we do not want to have getty running on tty1 as we run | 17 | # we do not want to have getty running on tty1 as we run |
| 18 | # auto-serial-console there | 18 | # auto-serial-console there |
