From: Lothar Waßmann Date: Tue, 2 Dec 2014 12:08:29 +0000 (+0100) Subject: karo: tx6: fix definition of CONFIG_IPUV3_CLK X-Git-Tag: KARO-TX6-2015-02-05~35 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=748d5d6f4903b6b7adf0b66b46cf61d393e8f2d5 karo: tx6: fix definition of CONFIG_IPUV3_CLK --- diff --git a/include/configs/tx6.h b/include/configs/tx6.h index edac24911c..ff49f57b08 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -31,7 +31,7 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_VIDEO_IPUV3 -#define CONFIG_IPUV3_CLK 266000000 +#define CONFIG_IPUV3_CLK (CONFIG_SYS_SDRAM_CLK * 1000000 / 2) #define CONFIG_LCD_LOGO #define LCD_BPP LCD_COLOR24 #define CONFIG_CMD_BMP