summaryrefslogtreecommitdiff
path: root/drivers/misc/fsl_devdis.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/fsl_devdis.c')
-rw-r--r--drivers/misc/fsl_devdis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/fsl_devdis.c b/drivers/misc/fsl_devdis.c
index cfe03b40cd..179053a298 100644
--- a/drivers/misc/fsl_devdis.c
+++ b/drivers/misc/fsl_devdis.c
@@ -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.