]> git.sur5r.net Git - u-boot/commit
omap3_logic: Change console from ttyO0 to ttyS0
authorAdam Ford <aford173@gmail.com>
Fri, 15 Jun 2018 13:12:02 +0000 (08:12 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:59 +0000 (16:55 -0400)
commite745782c25aa00fb74801303413fbcc92dc45b35
treedf015342fdb7e07365923bd858ddb07af1cf0281
parent3804f5bb4acfa7e58d0a0890225d8584422f3629
omap3_logic: Change console from ttyO0 to ttyS0

Newer kernels have moved from ttyO0 to ttyS0, and when booting
it drops a notice:

  WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  This ensures that you still see kernel messages. Please
  update your kernel commandline.

This patch updates the console to use ttyS0 and eliminate the
chatter.

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/omap3_logic.h