]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/renesas/lager/lager.c
ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()
[thirdparty/u-boot.git] / board / renesas / lager / lager.c
index d9d460834b21a72024269c2ee581b11fd76c34f6..ab06078c5114506c722864f5044c59eb26a2564b 100644 (file)
@@ -46,7 +46,7 @@ void s_init(void)
        writel(0xA5A5A500, &swdt->swtcsra);
 
        /* CPU frequency setting. Set to 1.4GHz */
-       if (rmobile_get_cpu_rev_integer() >= R8A7790_CUT_ES2X) {
+       if (renesas_get_cpu_rev_integer() >= R8A7790_CUT_ES2X) {
                u32 stat = 0;
                u32 stc = ((1400 / CLK2MHZ(get_board_sys_clk())) - 1)
                        << PLL0_STC_BIT;