]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/nand/fsl_elbc_nand.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / drivers / mtd / nand / fsl_elbc_nand.c
index 435182438863786ac36a857dae4cd6a10d090028..7dda6c4e57d061cc032950fde175cb8bb6ed0082 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)