summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-25 17:36:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-25 17:36:07 +0200
commit239dbd4db397e2e6eb3df7f03b7cb87fbbb629c8 (patch)
treec80e69d4d6c0407c4efff4983ec963ddcb535724 /target
parent4d52e4eb4142be9d0849b4807f16adb57eb18fad (diff)
fix console login on pi
Diffstat (limited to 'target')
-rw-r--r--target/arm/kernel.config2
-rw-r--r--target/config/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/arm/kernel.config b/target/arm/kernel.config
index d71d50b3e..7a4266c04 100644
--- a/target/arm/kernel.config
+++ b/target/arm/kernel.config
@@ -331,7 +331,7 @@ CONFIG_ATAGS=y
CONFIG_ZBOOT_ROM_TEXT=0
CONFIG_ZBOOT_ROM_BSS=0
# CONFIG_ARM_APPENDED_DTB is not set
-CONFIG_CMDLINE="console=tty0"
+CONFIG_CMDLINE=""
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
CONFIG_CMDLINE_EXTEND=y
# CONFIG_CMDLINE_FORCE is not set
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