aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2017-02-15 17:27:45 +0000
committerJohn Crispin <john@phrozen.org>2017-02-17 10:30:30 +0100
commit828a024c81bfee065aecfc88d7fe0f2409ef77d7 (patch)
tree53b21bafa7e5adac5bfa2b9d6a4a8a90a97490d5 /config
parent63a8424702fa192c0977e0180362e19260f19677 (diff)
downloadupstream-828a024c81bfee065aecfc88d7fe0f2409ef77d7.tar.gz
upstream-828a024c81bfee065aecfc88d7fe0f2409ef77d7.tar.bz2
upstream-828a024c81bfee065aecfc88d7fe0f2409ef77d7.zip
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@infradead.org>
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index 8e295939d9..f59a33613d 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