rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / mpc512x / iopin.c
index 3d7042d..78f4fa1 100644 (file)
@@ -29,7 +29,7 @@ void iopin_initialize(iopin_t *ioregs_init, int len)
 {
        short i, j, p;
        u_long *reg;
-       immap_t *im = (immap_t *)CFG_IMMR;
+       immap_t *im = (immap_t *)CONFIG_SYS_IMMR;
 
        reg = (u_long *)&(im->io_ctrl.regs[0]);