global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / mp.c
index f109ecb..44f8ed8 100644 (file)
@@ -195,7 +195,7 @@ u32 determine_mp_bootpg(unsigned int *pagesize)
        /* use last 4K of mapped memory */
        bootpg = ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ?
                CONFIG_MAX_MEM_MAPPED : gd->ram_size) +
-               CONFIG_SYS_SDRAM_BASE - 4096;
+               CFG_SYS_SDRAM_BASE - 4096;
        if (pagesize)
                *pagesize = 4096;