]> Git Repo - J-u-boot.git/blobdiff - drivers/misc/fsl_devdis.c
pinctrl: renesas: Minimize R8A77970 V3M PFC tables
[J-u-boot.git] / drivers / misc / fsl_devdis.c
index abd20b4d61f5e4813752214b2ef4419d13381cae..2c3d2348076258d0a9ca70d7fbebe312011d4ef0 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2015 Freescale Semiconductor, Inc.
  * Author: Zhuoyu Zhang <[email protected]>
  */
-#include <common.h>
+#include <config.h>
 #include <asm/io.h>
 #include <asm/arch-ls102xa/immap_ls102xa.h>
 #include <asm/arch-ls102xa/config.h>
@@ -14,7 +14,7 @@
 void device_disable(const struct devdis_table *tbl, uint32_t num)
 {
        int i;
-       struct ccsr_gur __iomem *gur = (void *)CONFIG_SYS_FSL_GUTS_ADDR;
+       struct ccsr_gur __iomem *gur = (void *)CFG_SYS_FSL_GUTS_ADDR;
 
        /*
         * Extract hwconfig from environment and disable unused device.
@@ -25,4 +25,3 @@ void device_disable(const struct devdis_table *tbl, uint32_t num)
                                tbl[i].mask);
        }
 }
-
This page took 0.025777 seconds and 4 git commands to generate.