]> git.sur5r.net Git - u-boot/commitdiff
ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PER
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 16 Sep 2016 18:33:08 +0000 (03:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 18 Sep 2016 14:47:27 +0000 (23:47 +0900)
Basically, this should not be configured by users.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/pll/pll-init-sld8.c

index b26106eb1e94afda1a1fd3c951eaebce23a411a6..8b6a67ce907858a77cd0b78d35fb53f9ea32f07b 100644 (file)
@@ -36,7 +36,7 @@ static void dpll_init(void)
         */
        tmp = readl(SC_DPLLCTRL);
        tmp &= ~0x3ff07fff;
-#ifdef CONFIG_DPLL_SSC_RATE_1PER
+#ifdef DPLL_SSC_RATE_1PER
        tmp |= 0x084018bf;
 #else
        tmp |= 0x084031a6;