diff options
author | Yannick GICQUEL <yannick.gicquel@iot.bzh> | 2015-10-30 11:08:07 +0100 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2015-10-30 11:12:01 +0100 |
commit | 5ff0ac9f1dcafc8b6c478519ddf8561162dc1bce (patch) | |
tree | 3d1db8e11261c7c5dbed95988268691c55259605 /meta-rcar-gen2/recipes-kernel/linux | |
parent | 66f23dbcfb09b34b922c8cdcd2aac47e64b550be (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>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/linux')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux.inc | 4 |
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' |