aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannick GICQUEL <yannick.gicquel@iot.bzh>2015-10-30 11:08:07 +0100
committerYannick Gicquel <yannick.gicquel@iot.bzh>2015-10-30 11:12:01 +0100
commit5ff0ac9f1dcafc8b6c478519ddf8561162dc1bce (patch)
tree3d1db8e11261c7c5dbed95988268691c55259605
parent66f23dbcfb09b34b922c8cdcd2aac47e64b550be (diff)
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 <yannick.gicquel@iot.bzh>
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux/linux.inc4
1 files changed, 4 insertions, 0 deletions
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'