From b13508ba09b36a79d3c5a1cbc714f2facff38e8b Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sun, 12 Jul 2015 00:43:55 +0200 Subject: 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). --- include/configs/colibri_t30.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3