global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[pandora-u-boot.git] / board / freescale / p1010rdb / spl.c
index 9bf948c..e450f62 100644 (file)
@@ -29,7 +29,7 @@ void board_init_f(ulong bootflag)
 {
        u32 plat_ratio;
        ccsr_gur_t *gur = (void *)CFG_SYS_MPC85xx_GUTS_ADDR;
-       struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL};
+       struct fsl_ifc ifc = {(void *)CFG_SYS_IFC_ADDR, (void *)NULL};
 
        console_init_f();