diff options
author | Thomas Meyer <thomas@m3y3r.de> | 2021-01-05 13:01:28 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-01-26 22:11:37 +0100 |
commit | d7ffac33631b2f72ec4cbbf9a64be6aa011b5cfd (patch) | |
tree | 4b1a2b70a3cfcc55a6a33f27f25506e3be27921f /.clang-format | |
parent | 1cdcfb44370b28187a0c33cdbcb4705103ed81aa (diff) |
um: stdio_console: Make preferred console
The addition of the "ttynull" console driver did break the ordering of the
UML stdio console driver.
The UML stdio console driver is added in late_initcall (7), whereby the
ttynull driver is added in device_initcall (6), which always does make the
ttynull driver the default console.
Fix it by explicitly adding the UML stdio console as the preferred console,
in case no 'console=' command line option was specified.
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions