commit | 1a2f1f212df8442f8677fd9e0f3506ab78cbe22d | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Jul 19 17:15:14 2021 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Aug 09 13:09:29 2021 +0200 |
tree | 262139b99cc266f034b10aedb272285b2b90fc0d | |
parent | 83ca9e92c54f921ccfcd245de25cedf1c39ecc1c [diff] |
mx6cuboxi: Fix the console variable Do not pass the console baudrate to the 'console' variable to avoid the baudrate being passed twice when extlinux.conf contains the standard: console=${console},${baudrate} format. cat /proc/cmdline root=PARTUUID=00000000-01 rootwait rw console=ttymxc0,115200,115200 Signed-off-by: Fabio Estevam <festevam@gmail.com>