mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
sniper: Include explicit serial baudrate on bootargs
This makes the baudrate for the kernel command line explicit. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
parent
62022d5206
commit
5fcbca5268
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue