summaryrefslogtreecommitdiffstats
path: root/board/esd/pmc440/sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/pmc440/sdram.c')
-rw-r--r--board/esd/pmc440/sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/sdram.c b/board/esd/pmc440/sdram.c
index c7294c9945..197857ad09 100644
--- a/board/esd/pmc440/sdram.c
+++ b/board/esd/pmc440/sdram.c
@@ -111,5 +111,5 @@ phys_size_t initdram (int board_type)
*/
set_mcsr(get_mcsr());
- return (CFG_MBYTES_SDRAM << 20);
+ return (CONFIG_SYS_MBYTES_SDRAM << 20);
}
OpenPOWER on IntegriCloud