X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsh_tmu.h;h=61afc7136d7c1ea8c84c7ef17d1b917ac3051a59;hb=256d83cd6d8caf345ffba414a0f77f30d68caf8a;hp=a55d14181d05b303d55a1fb6eed3a6a342488b47;hpb=6e2fbdea1b26d75314d87c380a36b0015bf824cf;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/sh_tmu.h b/include/sh_tmu.h index a55d141..61afc71 100644 --- a/include/sh_tmu.h +++ b/include/sh_tmu.h @@ -47,7 +47,7 @@ struct tmu_regs { }; #endif /* CONFIG_SH3 */ -#if defined(CONFIG_SH4) || defined(CONFIG_SH4A) +#if defined(CONFIG_SH4) || defined(CONFIG_RMOBILE) struct tmu_regs { u32 reserved; u8 tstr; @@ -69,7 +69,7 @@ struct tmu_regs { static inline unsigned long get_tmu0_clk_rate(void) { - return CONFIG_SYS_CLK_FREQ; + return CONFIG_SH_TMU_CLK_FREQ; } #endif /* __SH_TMU_H */