Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-freescale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icshwi
yocto-mirrors
meta-freescale
Commits
234230d5
Unverified
Commit
234230d5
authored
3 weeks ago
by
Otavio Salvador
Committed by
GitHub
3 weeks ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2150 from nxp-upstream/imx8tty
imx8qm-mek,imx8qxp-mek: Fix SERIAL_CONSOLES
parents
914692f0
ce7d3dad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/machine/imx8qm-mek.conf
+1
-1
1 addition, 1 deletion
conf/machine/imx8qm-mek.conf
conf/machine/include/imx8x-mek.inc
+1
-1
1 addition, 1 deletion
conf/machine/include/imx8x-mek.inc
with
2 additions
and
2 deletions
conf/machine/imx8qm-mek.conf
+
1
−
1
View file @
234230d5
...
...
@@ -20,7 +20,7 @@ RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
LOADADDR
=
""
# We have to disable SERIAL_CONSOLE due to auto-serial-console
SERIAL_CONSOLES
=
"115200;tty
AMA
0"
SERIAL_CONSOLES
=
"115200;tty
LP
0"
# we do not want to have getty running on tty1 as we run
# auto-serial-console there
...
...
This diff is collapsed.
Click to expand it.
conf/machine/include/imx8x-mek.inc
+
1
−
1
View file @
234230d5
...
...
@@ -12,7 +12,7 @@ RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
LOADADDR
=
""
# We have to disable SERIAL_CONSOLE due to auto-serial-console
SERIAL_CONSOLES
=
"115200;tty
AMA
0"
SERIAL_CONSOLES
=
"115200;tty
LP
0"
# we do not want to have getty running on tty1 as we run
# auto-serial-console there
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment