rk3066: rename macro definition of RK3066

This commit is contained in:
chenxing
2013-04-08 11:00:31 +08:00
parent 717286ca99
commit f506d85379

View File

@@ -96,7 +96,7 @@ static struct cpufreq_frequency_table logic_high_arm_table[] = {
{.frequency = 1608 * DVFS_KHZ, .index = 50 * DVFS_MV},
{.frequency = CPUFREQ_TABLE_END},
};
#elif defined(CONFIG_SOC_RK3066)
#elif defined(CONFIG_ARCH_RK30XX)
static struct cpufreq_frequency_table arm_high_logic_table[] = {
{.frequency = 1416 * DVFS_KHZ, .index = 50 * DVFS_MV},
{.frequency = 1608 * DVFS_KHZ, .index = 100 * DVFS_MV},