summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@linaro.org>2011-05-22 19:04:25 +0200
committerAlexander Sack <asac@linaro.org>2011-05-22 19:04:25 +0200
commitf6dda27d96e0e04ca74574039a544565972c072d (patch)
treef3796120887a89486c250e6d166b4e4165623292
parentfa8660a5651c83ec833fc703932843b1c2f24361 (diff)
downloadpandaboard-f6dda27d96e0e04ca74574039a544565972c072d.tar.gz
BoardConfig.mk: fix BOARD_KERNEL_CMDLINE to default to hdmi and consoleblank=0
-rw-r--r--BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7f29aab..ead6c39 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -50,4 +50,5 @@ TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
# bootargs
-BOARD_KERNEL_CMDLINE := omapfb.vram=0:24M videoout=omap24xxvout omap_vout.vid1_static_vrfb_alloc=y
+BOARD_KERNEL_CMDLINE := omapdss.def_disp=hdmi consoleblank=0
+