x86: clean up default grub baudrate settings
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45113
This commit is contained in:
parent
2900f6984f
commit
1496b95a0f
1 changed files with 3 additions and 4 deletions
|
@ -206,10 +206,9 @@ menu "Target Images"
|
||||||
config GRUB_BAUDRATE
|
config GRUB_BAUDRATE
|
||||||
int "Serial port baud rate"
|
int "Serial port baud rate"
|
||||||
depends on GRUB_IMAGES
|
depends on GRUB_IMAGES
|
||||||
default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
|
default 38400 if TARGET_x86_generic
|
||||||
default 38400 if TARGET_x86_alix2
|
default 38400 if TARGET_x86_geode
|
||||||
default 115200 if TARGET_x86_geos || TARGET_x86_kvm_guest
|
default 115200
|
||||||
default 38400
|
|
||||||
|
|
||||||
config GRUB_BOOTOPTS
|
config GRUB_BOOTOPTS
|
||||||
string "Extra kernel boot options"
|
string "Extra kernel boot options"
|
||||||
|
|
Loading…
Reference in a new issue