commit | ae2ab35c5c33eeec23e6fc633625f8d968593499 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 31 11:30:53 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 31 11:30:53 2016 -0500 |
tree | 54970fc09f2015fb7e53a5bf2267b6a81611cabc | |
parent | de7fcc6f553d34d0b7a1359f6f838fddf136c538 [diff] | |
parent | 5861f55d8ae515e03a044ff061a300e3ca5f4979 [diff] |
Merge pull request #419 from sammj/vga-bootconsole linux: Specify boot consoles on the command line
diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig index 7247e97..20d4358 100644 --- a/openpower/configs/linux/skiroot_defconfig +++ b/openpower/configs/linux/skiroot_defconfig
@@ -230,3 +230,5 @@ CONFIG_CRYPTO_ARC4=y CONFIG_CRYPTO_DES=y # CONFIG_CRYPTO_HW is not set +CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE="console=tty0 console=hvc0"