]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/westel/amx860/amx860.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / westel / amx860 / amx860.c
index 4742aafc5e30c0e8ff7347d5ea68d24ff1b73457..91dcc0dcb301e729f25ca71aa7d0b353826ad947 100644 (file)
@@ -64,7 +64,7 @@ int checkboard (void)
 phys_size_t initdram (int board_type)
 {
 
-       volatile immap_t     *immap = (immap_t *)CFG_IMMR;
+       volatile immap_t     *immap = (immap_t *)CONFIG_SYS_IMMR;
        volatile memctl8xx_t *memctl = &immap->im_memctl;
 
        /* AMX860: has 4 Mb of 60ns EDO DRAM, so start DRAM at 0 */