diff options
author | Paul Kocialkowski | 2016-03-29 14:16:21 +0200 |
---|---|---|
committer | Tom Rini | 2016-04-01 17:17:58 -0400 |
commit | 5fcbca5268b251f50b591974e4203f9157307e96 (patch) | |
tree | 1e4a2be5e522b2f1968111c0773c04fbda98ebeb /include/configs | |
parent | 62022d5206a284e8fb7f205b4baa7f2550ee9a35 (diff) |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sniper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 45ab21ff35d..18a379d4fd4 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -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 |