x86: Set default baud rate on Geode images to 115200
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 15 Feb 2017 17:27:45 +0000 (17:27 +0000)
committerJohn Crispin <john@phrozen.org>
Fri, 17 Feb 2017 09:30:38 +0000 (10:30 +0100)
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>
config/Config-images.in

index 8e295939d95f6b9e160d4973a16ac58b9b3794af..f59a33613d1270934ddaa3063f58f9c1c2e7e6b4 100644 (file)
@@ -201,7 +201,6 @@ menu "Target Images"
                int "Serial port baud rate"
                depends on GRUB_IMAGES
                default 38400 if TARGET_x86_generic
                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
                default 115200
 
        config GRUB_BOOTOPTS