From 6cb85fcf9a1e5caf17c04a33e5da2624fd38e38a Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Feb 14 2018 17:27:38 +0000 Subject: fix typo in baud rate. --- diff --git a/socs.d/BCM2836 b/socs.d/BCM2836 index 70f5099..12472c9 100644 --- a/socs.d/BCM2836 +++ b/socs.d/BCM2836 @@ -1,2 +1,2 @@ echo "= Raspberry Pi 2 Uboot is already in place, no changes needed." -SYSCON="ttyAMA0,15200n8" +SYSCON="ttyAMA0,115200"