Skip to content

Instantly share code, notes, and snippets.

@Mirenk
Last active December 9, 2018 07:23
Show Gist options
  • Save Mirenk/8b57456ddfa18041a6089997fae36abd to your computer and use it in GitHub Desktop.
Save Mirenk/8b57456ddfa18041a6089997fae36abd to your computer and use it in GitHub Desktop.
がめんにもじがでる
diff --git a/arch/arm/configs/imx5_android_defconfig b/arch/arm/configs/imx5_android_defconfig
index a7866a5e960..49b5d5f3152 100644
--- a/arch/arm/configs/imx5_android_defconfig
+++ b/arch/arm/configs/imx5_android_defconfig
@@ -1782,7 +1782,20 @@ CONFIG_BACKLIGHT_PWM=y
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
-# CONFIG_FRAMEBUFFER_CONSOLE is not set
+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 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
+# CONFIG_FONT_ACORN_8x8 is not set
+# 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
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
diff --git a/include/configs/mx53_bej2_android.h b/include/configs/mx53_bej2_android.h
index ca5cb3c..d29a32f 100644
--- a/include/configs/mx53_bej2_android.h
+++ b/include/configs/mx53_bej2_android.h
@@ -173,7 +173,7 @@
"lvds_num=1\0" \
"splashimage=0xcfd00000\0" \
"splashpos=396,200\0" \
- "bootargs=console=ttymxc0 init=/init " \
+ "bootargs=init=/init " \
"androidboot.console=ttymxc0 video=mxcdi1fb:RGB24,WSVGA " \
"ldb=di1 di1_primary pmem=32M,64M fbmem=5M gpu_memory=64M\0" \
"bootcmd_SD=mmc read 1 ${loadaddr} 0x1000 0x2000;" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment