summaryrefslogtreecommitdiffstats
path: root/openpower/configs/linux
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-08-16 10:39:00 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-16 10:39:00 +1000
commitb25315bd924694374b70d39aea781b7ab255fba4 (patch)
treeeaa39ce14b4a652fddb8d15e963fc29f12efee2f /openpower/configs/linux
parent668cd38e0b5e94feb756773ff6ad1dd916418e21 (diff)
downloadtalos-op-build-b25315bd924694374b70d39aea781b7ab255fba4.tar.gz
talos-op-build-b25315bd924694374b70d39aea781b7ab255fba4.zip
Add quiet to skiroot kernel command line
Some BMCs have horrifically slow vuarts (or have enough debug options enabled so that the vuart is horrifically slow), so slow that a 56k modem would be an upgrade. Due to the amount of early boot messages that Linux outputs, this can slow down boot a *lot* - in the order of *over* 20 seconds. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/configs/linux')
-rw-r--r--openpower/configs/linux/skiroot_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
index 688524db..4f6c885d 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -45,7 +45,7 @@ CONFIG_IRQ_ALL_CPUS=y
CONFIG_PPC_64K_PAGES=y
CONFIG_SCHED_SMT=y
CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="console=tty0 console=hvc0"
+CONFIG_CMDLINE="console=tty0 console=hvc0 quiet"
# CONFIG_SECCOMP is not set
CONFIG_PCI_MSI=y
CONFIG_NET=y
OpenPOWER on IntegriCloud