summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-08-09 18:04:48 +0100
committerJon Medhurst <tixy@linaro.org>2012-08-15 18:43:59 +0100
commita3661896695ce90e87a714ece4b6827fc5ec1525 (patch)
tree567de0d2dc9c9cefa5f3995acd27210f14ca0822
parentc1a100007857ce2254ce9e6101e4b1291bbb359e (diff)
configs: vexpress: (HACK) CONFIG_FRAMEBUFFER_CONSOLE=y
This stops Android hanging at boot when the HDLCD is initialised. Don't know why yet but lets be grateful for now that it seems to get things working. TODO: Work out the real problem. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 3ae13b66a791..590ffce6375c 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -17,6 +17,7 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_FB=y
CONFIG_FB_ARMCLCD=y
CONFIG_FB_ARMHDLCD=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set