From c59fde7fad048cade9ffe9d859e2a080455e3652 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 24 Nov 2015 16:27:58 -0200 Subject: [PATCH] linux-fslc-mx6: Disable Tux logo for default config The Tux logo should be disabled by default to allow a cleaner boot process. If a different configuration is needed of any specific machine, it can be overriden using custom config. Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc-mx6/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc-mx6/defconfig b/recipes-kernel/linux/linux-fslc-mx6/defconfig index 648f0799..80f49e64 100644 --- a/recipes-kernel/linux/linux-fslc-mx6/defconfig +++ b/recipes-kernel/linux/linux-fslc-mx6/defconfig @@ -256,7 +256,7 @@ CONFIG_FB_MXC_DCIC=m CONFIG_HANNSTAR_CABC=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y -CONFIG_LOGO=y +# CONFIG_LOGO is not set CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_USB_AUDIO=m -- 2.40.1