]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc85xx/b4860_serdes.c
dm: replace dm_dbg() with pr_debug()
[u-boot] / arch / powerpc / cpu / mpc85xx / b4860_serdes.c
index 63172def68f4a1612d23194d9af8f9eb160c44b3..a5709dddc009653deabdac1243cdc0e20e0207e9 100644 (file)
@@ -15,7 +15,7 @@ struct serdes_config {
        u8 lanes[SRDS_MAX_LANES];
 };
 
-#ifdef CONFIG_PPC_B4860
+#ifdef CONFIG_ARCH_B4860
 static struct serdes_config serdes1_cfg_tbl[] = {
        /* SerDes 1 */
        {0x01, {AURORA, AURORA, CPRI6, CPRI5,
@@ -180,7 +180,7 @@ static struct serdes_config serdes2_cfg_tbl[] = {
 };
 #endif
 
-#ifdef CONFIG_PPC_B4420
+#ifdef CONFIG_ARCH_B4420
 static struct serdes_config serdes1_cfg_tbl[] = {
        {0x0D, {NONE, NONE, CPRI6, CPRI5,
                CPRI4, CPRI3, NONE, NONE} },