From 623719ba770bc48d4e945c51ff5229aed14e2a4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Thu, 24 Oct 2013 13:40:36 +0200 Subject: [PATCH] karo: tx51: remove debug message showing display parameters --- board/karo/tx51/tx51.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/karo/tx51/tx51.c b/board/karo/tx51/tx51.c index 618110bd1f..1ea5475824 100644 --- a/board/karo/tx51/tx51.c +++ b/board/karo/tx51/tx51.c @@ -922,9 +922,6 @@ void lcd_ctrl_init(void *lcdbase) default: panel_info.vl_bpix = LCD_COLOR24; } - printf("xres=%d left_margin=%d right_margin=%d hsync_len=%d yres=%d upper_margin=%d lower_margin=%d vsync_len=%d\n", - p->xres, p->left_margin, p->right_margin, p->hsync_len, - p->yres, p->upper_margin, p->lower_margin, p->vsync_len); p->pixclock = KHZ2PICOS(refresh * (p->xres + p->left_margin + p->right_margin + p->hsync_len) * -- 2.39.2