From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Kocialkowski Date: Sat, 26 Mar 2016 12:20:01 +0100 Subject: [U-Boot] [PATCH 3/6] sniper: Include explicit serial baudrate on bootargs In-Reply-To: <1458991204-22798-1-git-send-email-contact@paulk.fr> References: <1458991204-22798-1-git-send-email-contact@paulk.fr> Message-ID: <1458991204-22798-3-git-send-email-contact@paulk.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This makes the baudrate for the kernel command line explicit. Signed-off-by: Paul Kocialkowski --- include/configs/sniper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 2598af1..b818696 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -252,7 +252,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 -- 2.7.4