From 65fd766e89d48c41bf2d2371cacef51a820b6df6 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 23 Mar 2011 01:20:22 +0100 Subject: linux-kexecboot: edit fb font size in older 2.6.2x kernels. * bootlogo should now be shown on collie and poodle * tosa has height 640! Increase font size to 8x16. Signed-off-by: Andrea Adami --- recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig | 4 ++-- recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig | 4 ++-- recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig b/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig index db25ff11db..037766ba75 100644 --- a/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig +++ b/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig @@ -672,13 +672,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_FONTS=y -# CONFIG_FONT_8x8 is not set +CONFIG_FONT_8x8=y # CONFIG_FONT_8x16 is not set # CONFIG_FONT_6x11 is not set # CONFIG_FONT_7x14 is not set # CONFIG_FONT_PEARL_8x8 is not set # CONFIG_FONT_ACORN_8x8 is not set -CONFIG_FONT_MINI_4x6=y +# CONFIG_FONT_MINI_4x6 is not set # CONFIG_FONT_SUN8x16 is not set # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set diff --git a/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig b/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig index 475f893699..eaa797f3c7 100644 --- a/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig +++ b/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig @@ -693,8 +693,8 @@ CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set CONFIG_FONTS=y -CONFIG_FONT_8x8=y -# CONFIG_FONT_8x16 is not set +# CONFIG_FONT_8x8 is not set +CONFIG_FONT_8x16=y # CONFIG_FONT_6x11 is not set # CONFIG_FONT_7x14 is not set # CONFIG_FONT_PEARL_8x8 is not set diff --git a/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig b/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig index 079443c374..c16f5086a6 100644 --- a/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig +++ b/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig @@ -679,13 +679,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_FONTS=y -# CONFIG_FONT_8x8 is not set +CONFIG_FONT_8x8=y # CONFIG_FONT_8x16 is not set # CONFIG_FONT_6x11 is not set # CONFIG_FONT_7x14 is not set # CONFIG_FONT_PEARL_8x8 is not set # CONFIG_FONT_ACORN_8x8 is not set -CONFIG_FONT_MINI_4x6=y +# CONFIG_FONT_MINI_4x6 is not set # CONFIG_FONT_SUN8x16 is not set # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set -- cgit 1.2.3-korg