diff options
author | guoyin.chen <guoyin.chen@freescale.com> | 2014-06-25 14:57:21 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2014-06-25 15:07:45 +0800 |
commit | e0a0981020828d1c15e67b46b88e97efb3ae2ac8 (patch) | |
tree | deefc6ab846237a40675c961404297194e29d941 /arch | |
parent | defd9f4f72c3b7bff5e28514b4dc6877c8d73498 (diff) |
ENGR00309843 Boot: No logo displayed during booting up
No splash screen in 3.10 kernel, have to enable below for android log
Add CONFIG_LOG and FRAMEBUFFER_CONSOLE
The booting up log have below sequence:
uBoot logo --> Kernel Logo --> "ANDROID" in framebuffer console
--> Android's bootanimation
Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v7_android_defconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/configs/imx_v7_android_defconfig b/arch/arm/configs/imx_v7_android_defconfig index 535473e20d72..c2b6c8e924f0 100644 --- a/arch/arm/configs/imx_v7_android_defconfig +++ b/arch/arm/configs/imx_v7_android_defconfig @@ -1694,7 +1694,7 @@ CONFIG_SERIO_LIBPS2=y # Character devices # CONFIG_TTY=y -# CONFIG_VT is not set +CONFIG_VT=y CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set # CONFIG_LEGACY_PTYS is not set @@ -2507,7 +2507,12 @@ CONFIG_FB_MXC_EINK_PANEL=y # CONFIG_FB_MXC_EINK_AUTO_UPDATE_MODE is not set CONFIG_FB_MXS_SII902X=y CONFIG_HANNSTAR_CABC=y -# CONFIG_LOGO is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_LOGO=y # CONFIG_FB_SSD1307 is not set CONFIG_SOUND=y # CONFIG_SOUND_OSS_CORE is not set |