[oe-commits] Andrea Adami : linux-kexecboot: edit fb font size for collie and poodle in 2.6.38.

git version control git at git.openembedded.org
Thu Mar 24 20:03:59 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 8d98b7e983664323625a87dea3eb589db384d8da
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d98b7e983664323625a87dea3eb589db384d8da

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Mar 23 01:08:25 2011 +0100

linux-kexecboot: edit fb font size for collie and poodle in 2.6.38.

* 4x6 somehow inhibits kernel bootlogo (black screen)
* 8x8 is fine on those devices

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 .../linux/linux-kexecboot-2.6.38/collie/defconfig  |    4 ++--
 .../linux/linux-kexecboot-2.6.38/poodle/defconfig  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig b/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig
index 76e8a9c..ef3789b 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig
@@ -975,13 +975,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.38/poodle/defconfig b/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig
index b00182d..eaa0d8b 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig
@@ -978,13 +978,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





More information about the Openembedded-commits mailing list