From 5ff0ac9f1dcafc8b6c478519ddf8561162dc1bce Mon Sep 17 00:00:00 2001 From: Yannick GICQUEL Date: Fri, 30 Oct 2015 11:08:07 +0100 Subject: kernel: disable logo and framebuffer console Psplash already use the display during boot sequence. No need to display logo nor console. Change-Id: I487332a27e1870ba9bcb68ccb98a61f02a3eb862 Signed-off-by: Yannick Gicquel --- meta-rcar-gen2/recipes-kernel/linux/linux.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc index a057745..5d595d1 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc +++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc @@ -130,6 +130,10 @@ do_configure_prepend() { kernel_configure_variable INPUT_MISC y kernel_configure_variable INPUT_UINPUT y + # psplash only + kernel_configure_variable FRAMEBUFFER_CONSOLE n + kernel_configure_variable LOGO n + # Keep this the last line # Remove all modified configs and add the rest to .config sed -e "${CONF_SED_SCRIPT}" < '${WORKDIR}/defconfig' >> '${S}/.config' -- cgit 1.2.3-korg