]> git.sur5r.net Git - u-boot/blobdiff - board/xes/common/fsl_8xxx_clk.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / xes / common / fsl_8xxx_clk.c
index 57ff0005b5255c600030f9b56dc876afc430ab41..8ca65ca859310c251234aa698a9ae10009c31d09 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2008 Extreme Engineering Solutions, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+ 
  */
 
 #include <common.h>
@@ -22,7 +21,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 +41,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