target/generic: s/TTYSO/TTYS0/
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Mar 2009 09:44:13 +0000 (09:44 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Mar 2009 09:44:13 +0000 (09:44 -0000)
Thanks to Hiroshi Shinji for noticing.

target/generic/Config.in

index f19ecc3a94321d6e820d82ca7339aea944200047..ba41f5ed16830beb3aea457ba1c48a147073aa25 100644 (file)
@@ -68,13 +68,13 @@ if BR2_TARGET_GENERIC_GETTY
 
 choice
        prompt "Serial port to run a getty on"
-       default BR2_TARGET_GENERIC_GETTY_TTYSO
+       default BR2_TARGET_GENERIC_GETTY_TTYS0
        help
          Select a port to run a getty (login prompt) on.
 
 config BR2_TARGET_GENERIC_GETTY_NONE
        bool "none"
-config BR2_TARGET_GENERIC_GETTY_TTYSO
+config BR2_TARGET_GENERIC_GETTY_TTYS0
        bool "ttyS0"
 config BR2_TARGET_GENERIC_GETTY_TTYS1
        bool "ttyS1"