diff options
Diffstat (limited to 'cpu/ppc4xx/sdram.c')
| -rw-r--r-- | cpu/ppc4xx/sdram.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/ppc4xx/sdram.c b/cpu/ppc4xx/sdram.c index 4365df987..5a3336e3c 100644 --- a/cpu/ppc4xx/sdram.c +++ b/cpu/ppc4xx/sdram.c @@ -375,8 +375,8 @@ phys_size_t initdram(int board_type)  	/*  	 * Soft-reset SDRAM controller.  	 */ -	mtsdr(sdr_srst, SDR0_SRST_DMC); -	mtsdr(sdr_srst, 0x00000000); +	mtsdr(SDR0_SRST, SDR0_SRST_DMC); +	mtsdr(SDR0_SRST, 0x00000000);  #endif  	for (i=0; i<N_MB0CF; i++) { |