[source] x86: Set default baud rate on Geode images to 115200
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 17 01:34:02 PST 2017
blogic pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/828a024c81bfee065aecfc88d7fe0f2409ef77d7
commit 828a024c81bfee065aecfc88d7fe0f2409ef77d7
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Wed Feb 15 17:27:45 2017 +0000
x86: Set default baud rate on Geode images to 115200
Prior to commit 1496b95a0 ("x86: clean up default grub baudrate
settings") we had three different baud rates for the Geode targets:
19200 for net5501, 38400 for alix2, and 115200 for Geos.
It doesn't seem that there's a very good reason for varying from our
default 115200 baud, so let's make the Geode target do that instead.
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
config/Config-images.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/config/Config-images.in b/config/Config-images.in
index 8e29593..f59a336 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -201,7 +201,6 @@ menu "Target Images"
int "Serial port baud rate"
depends on GRUB_IMAGES
default 38400 if TARGET_x86_generic
- default 38400 if TARGET_x86_geode
default 115200
config GRUB_BOOTOPTS
More information about the lede-commits
mailing list