aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-06-15 08:12:02 -0500
committerTom Rini <trini@konsulko.com>2018-07-10 16:55:59 -0400
commite745782c25aa00fb74801303413fbcc92dc45b35 (patch)
treedf015342fdb7e07365923bd858ddb07af1cf0281 /include
parent3804f5bb4acfa7e58d0a0890225d8584422f3629 (diff)
downloadu-boot-e745782c25aa00fb74801303413fbcc92dc45b35.zip
u-boot-e745782c25aa00fb74801303413fbcc92dc45b35.tar.gz
u-boot-e745782c25aa00fb74801303413fbcc92dc45b35.tar.bz2
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index cde61f2..7b8f402 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -92,7 +92,7 @@
"fi; " \
"else run defaultboot; fi\0" \
"defaultboot=run mmcramboot\0" \
- "consoledevice=ttyO0\0" \
+ "consoledevice=ttyS0\0" \
"setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
"dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
"rotation=0\0" \