diff options
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c')
| -rw-r--r-- | arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c b/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c index ff5ef5f0c..cf9d66d53 100644 --- a/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c +++ b/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c @@ -41,7 +41,7 @@  #include <common.h>  #include <command.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <i2c.h>  #include <asm/io.h>  #include <asm/processor.h> @@ -469,7 +469,7 @@ phys_size_t initdram(int board_type)  	/*------------------------------------------------------------------  	 * Reset the DDR-SDRAM controller.  	 *-----------------------------------------------------------------*/ -	mtsdr(SDR0_SRST, (0x80000000 >> 10)); +	mtsdr(SDR0_SRST, SDR0_SRST0_DMC);  	mtsdr(SDR0_SRST, 0x00000000);  	/* |