diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 14:44:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 14:44:51 +0200 |
commit | 61849dad5a80aa0d8f75df4f041e4995b6ef1c8b (patch) | |
tree | 04e4f95ac9eddc0426d07fbafca92b5938c7bcfc /target/config | |
parent | 94e55c5b6cb493d9467686088a7b159322eeda5f (diff) |
enable framebuffer, console=tty0 needed
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 f8f59eabf..b3a918bf6 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 "rootfstype=ext4 root=/dev/mmcblk0p2 rootwait" if ADK_TARGET_SYSTEM_RASPBERRY_PI + default "console=tty0" 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 |