Skip to content
Snippets Groups Projects
Commit 8ccd445f authored by Frédéric Dalleau's avatar Frédéric Dalleau :sun_with_face:
Browse files

OSTree: Remove kernel console cmdline parameter


The yaml file specifies an incorrect command line parameter for the
OSTree u-boot images.
The parameter is incorrect for Renesas R-car, and could be different
in any other u-boot board.
The serial port to use as console is defined in the dtb.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.co.uk>
Reviewed-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7752
parent 227a5b41
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
{{ $branch := or .branch (printf "%s/%s/%s-%s/%s" $osname $suite $architecture $board $type) }}
{{ $ostree := or .ostree "repo" }}
{{ $cmdline := or .cmdline "console=tty0 console=ttyS0,115200n8 rootwait rw quiet splash plymouth.ignore-serial-consoles" }}
{{ $cmdline := or .cmdline "rootwait rw quiet splash plymouth.ignore-serial-consoles" }}
architecture: {{ $architecture }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment