]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc512x/iopin.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / mpc512x / iopin.c
index 3d7042dfb38dc27571c72d9923b89f835352dccd..78f4fa1e8cc6190d9dd3c5bcec10036c943c7e92 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]);