diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-25 17:36:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-25 17:36:07 +0200 |
commit | 239dbd4db397e2e6eb3df7f03b7cb87fbbb629c8 (patch) | |
tree | c80e69d4d6c0407c4efff4983ec963ddcb535724 /target/config | |
parent | 4d52e4eb4142be9d0849b4807f16adb57eb18fad (diff) |
fix console login on pi
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index b3a918bf6..1ff6c6104 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -462,7 +462,7 @@ config ADK_TARGET_CFLAGS config ADK_TARGET_CMDLINE string - default "console=tty0" if ADK_TARGET_SYSTEM_RASPBERRY_PI + default "dwc_otg.fiq_split_enable=0" if ADK_TARGET_SYSTEM_RASPBERRY_PI default "console=tty no_auto_cmd" if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default "console=ttyS0,9600" if ADK_TARGET_SYSTEM_FON_FON2100 default "console=ttyS0,38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP |