Skip to content

Commit

Permalink
rk30plat: disable hdmi & tve default
Browse files Browse the repository at this point in the history
Conflicts:
	include/configs/rk30plat.h
  • Loading branch information
Rockchip committed Nov 12, 2014
1 parent 88c2c52 commit 5a80cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/configs/rk30plat.h
Expand Up @@ -130,12 +130,13 @@

#define CONFIG_RK3036_FB

#undef CONFIG_RK_HDMI
#ifdef CONFIG_RK_HDMI
#define CONFIG_RK3036_HDMI
#endif

#if defined(CONFIG_RKCHIP_RK3036) || defined(CONFIG_RKCHIP_RK3128)
#define CONFIG_RK3036_TVE
#undef CONFIG_RK3036_TVE
#endif /* CONFIG_RKCHIP_RK3036 */

#if defined(CONFIG_RKCHIP_RK3126) || defined(CONFIG_RKCHIP_RK3128)
Expand Down

0 comments on commit 5a80cb4

Please sign in to comment.