summaryrefslogtreecommitdiffstats
path: root/board/spd8xx/spd8xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spd8xx/spd8xx.c')
-rw-r--r--board/spd8xx/spd8xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/spd8xx/spd8xx.c b/board/spd8xx/spd8xx.c
index 61201d7ad0..239cf26398 100644
--- a/board/spd8xx/spd8xx.c
+++ b/board/spd8xx/spd8xx.c
@@ -200,14 +200,14 @@ initdram (int board_type)
udelay(1);
memctl->memc_mcr = 0x80806106;
- memctl->memc_mbmr |= MAMR_PTBE; /* refresh enabled */
+ memctl->memc_mbmr |= MBMR_PTBE; /* refresh enabled */
/*
* Check Bank 0 Memory Size for re-configuration
*/
size_b0 = dram_size (CFG_MBMR_8COL, (ulong *)SDRAM_BASE3_PRELIM, SDRAM_MAX_SIZE);
- memctl->memc_mbmr = CFG_MBMR_8COL | MAMR_PTBE;
+ memctl->memc_mbmr = CFG_MBMR_8COL | MBMR_PTBE;
return (size_b0);
}
OpenPOWER on IntegriCloud