rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / freescale / common / fsl_diu_fb.c
index 4d4b0a1..2fc878b 100644 (file)
@@ -205,7 +205,7 @@ int fsl_diu_init(int xres,
        unsigned int i, j;
 
        debug("Enter fsl_diu_init\n");
-       dr.diu_reg = (struct diu *) (CFG_DIU_ADDR);
+       dr.diu_reg = (struct diu *) (CONFIG_SYS_DIU_ADDR);
        hw = (struct diu *) dr.diu_reg;
 
        disable_lcdc();