summaryrefslogtreecommitdiffstats
path: root/openpower/configs/zz_defconfig
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-04-12 15:52:35 +0930
committerJoel Stanley <joel@jms.id.au>2018-04-12 15:58:59 +0930
commit296e9a04a7e1d1c7c542f77e47c0ceffbd1948dc (patch)
tree392e3f3a10c3aa8cd8f16c0114df0b6cee9c3e23 /openpower/configs/zz_defconfig
parent83360dbd23d61c599249426cb771709c63328f0f (diff)
downloadblackbird-op-build-296e9a04a7e1d1c7c542f77e47c0ceffbd1948dc.tar.gz
blackbird-op-build-296e9a04a7e1d1c7c542f77e47c0ceffbd1948dc.zip
linux: config: Set 'quiet' for P9 kernel
Now that we are out of early bring-up we can set the kernel to be quiet again. This results in a small boot speedup on some machines. Now that the p8 and p9 configurations are the same, we can merge them. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/configs/zz_defconfig')
-rw-r--r--openpower/configs/zz_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/configs/zz_defconfig b/openpower/configs/zz_defconfig
index b35ce4cd..abc6e225 100644
--- a/openpower/configs/zz_defconfig
+++ b/openpower/configs/zz_defconfig
@@ -16,7 +16,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.1"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/linux"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_p9_defconfig"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
OpenPOWER on IntegriCloud