diff options
Diffstat (limited to 'board/eltec/mhpc/mhpc.c')
| -rw-r--r-- | board/eltec/mhpc/mhpc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/eltec/mhpc/mhpc.c b/board/eltec/mhpc/mhpc.c index 83952d838..f084ce3e5 100644 --- a/board/eltec/mhpc/mhpc.c +++ b/board/eltec/mhpc/mhpc.c @@ -254,7 +254,7 @@ long int initdram (int board_type)      upmconfig(UPMA, (uint *)sdram_table, sizeof(sdram_table)/sizeof(uint));      memctl->memc_mamr  = CFG_MAMR & (~(MAMR_PTAE)); /* no refresh yet */ -    memctl->memc_mbmr  = MAMR_GPL_B4DIS; +    memctl->memc_mbmr  = MBMR_GPL_B4DIS;	/* should this be mamr? - NTL */      memctl->memc_mptpr = MPTPR_PTP_DIV64;      memctl->memc_mar   = 0x00008800; |