rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / drivers / mtd / nand / fsl_elbc_nand.c
index 4351824..7dda6c4 100644 (file)
@@ -693,7 +693,7 @@ static struct fsl_elbc_ctrl *elbc_ctrl;
 
 static void fsl_elbc_ctrl_init(void)
 {
-       immap_t *im = (immap_t *)CFG_IMMR;
+       immap_t *im = (immap_t *)CONFIG_SYS_IMMR;
 
        elbc_ctrl = kzalloc(sizeof(*elbc_ctrl), GFP_KERNEL);
        if (!elbc_ctrl)