arm64: zynqmp: Enable misc devices
[oweals/u-boot.git] / board / xes / common / fsl_8xxx_clk.c
index 2a604d448beceadb674e2386b3fde17ec31dfb60..e102b0cfc3866233d6c6c77e8ef6f210e93001ab 100644 (file)
@@ -22,7 +22,7 @@ unsigned long get_board_sys_clk(ulong dummy)
        if (in_be32(&gur->gpporcr) & 0x10000)
                return 66666666;
        else
-#ifdef CONFIG_P2020
+#ifdef CONFIG_ARCH_P2020
                return 100000000;
 #else
                return 50000000;
@@ -42,7 +42,7 @@ unsigned long get_board_ddr_clk(ulong dummy)
        if (ddr_ratio == 0x7)
                return get_board_sys_clk(dummy);
 
-#ifdef CONFIG_P2020
+#ifdef CONFIG_ARCH_P2020
        if (in_be32(&gur->gpporcr) & 0x20000)
                return 66666666;
        else