Skip to content
Snippets Groups Projects
Commit 5fcbca52 authored by Paul Kocialkowski's avatar Paul Kocialkowski Committed by Tom Rini
Browse files

sniper: Include explicit serial baudrate on bootargs


This makes the baudrate for the kernel command line explicit.

Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
parent 62022d52
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@
"recovery_mmc_part=4\0" \
"fdtfile=omap3-sniper.dtb\0" \
"bootfile=/boot/extlinux/extlinux.conf\0" \
"bootargs=console=ttyO2 vram=5M,0x9FA00000 omapfb.vram=0:5M\0"
"bootargs=console=ttyO2,115200 vram=5M,0x9FA00000 omapfb.vram=0:5M\0"
/*
* ATAGs
......
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