diff options
Diffstat (limited to 'board/netstal/hcu5/sdram.c')
| -rw-r--r-- | board/netstal/hcu5/sdram.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/netstal/hcu5/sdram.c b/board/netstal/hcu5/sdram.c index 5c2ec3563..0546cd726 100644 --- a/board/netstal/hcu5/sdram.c +++ b/board/netstal/hcu5/sdram.c @@ -89,11 +89,11 @@ static int wait_for_dlllock(void)  	/* -----------------------------------------------------------+  	 * Wait for the DCC master delay line to finish calibration  	 * ----------------------------------------------------------*/ -	mtdcr(memcfga, DDR0_17); +	mtdcr(SDRAM0_CFGADDR, DDR0_17);  	val = DDR0_17_DLLLOCKREG_UNLOCKED;  	while (wait != 0xffff) { -		val = mfdcr(memcfgd); +		val = mfdcr(SDRAM0_CFGDATA);  		if ((val & DDR0_17_DLLLOCKREG_MASK) ==  		    DDR0_17_DLLLOCKREG_LOCKED)  			/* dlllockreg bit on */ |