summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-07-12 00:43:55 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-07-12 00:46:41 +0200
commitb13508ba09b36a79d3c5a1cbc714f2facff38e8b (patch)
treea78d41af1e757e55c40113921c07b2d54e8c595d /include
parent059ae30901209d8c0f43390ba0241e0e5f583138 (diff)
colibri_t30: fix framebuffer console regression
This is a copy/paste error from the Apalis T30 configuration as there we show the Linux framebuffer console by default on the second framebuffer instance being the DVI-D aka HDMI one due to analogue VGA not being available. This patch changes it for the Colibri T30 back to the first framebuffer instance being the parallel RGB aka TFTLCD one which usually gets converted to analogue VGA via an on-carrier RAMDAC (e.g. at least on the Colibri Evaluation board as well as Iris this is the case).
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_t30.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 9b060fef70..4b251910cc 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -162,7 +162,7 @@
"setupdate=run setsdupdate || run setusbupdate || run setethupdate;" \
" source ${kernel_addr_r}\0" \
USB_BOOTCMD \
- "vidargs=video=tegrafb0:640x480-16@60 fbcon=map:1\0"
+ "vidargs=video=tegrafb0:640x480-16@60\0"
/* Increase console I/O buffer size */
#undef CONFIG_SYS_CBSIZE