diff options
| author | Stefan Roese <sr@denx.de> | 2007-03-31 13:44:12 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-03-31 13:44:12 +0200 | 
| commit | 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (patch) | |
| tree | 40e9396ee819149a89f520f551d1ed31cb8f5216 /cpu/mpc86xx/spd_sdram.c | |
| parent | da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b (diff) | |
| parent | 6db7d0af2336c126e4d4b2f248cc23516bdd46a8 (diff) | |
| download | olio-uboot-2014.01-0e7d4916afaf83083b9b70ad779f29f7b57bd8ed.tar.xz olio-uboot-2014.01-0e7d4916afaf83083b9b70ad779f29f7b57bd8ed.zip  | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu/mpc86xx/spd_sdram.c')
| -rw-r--r-- | cpu/mpc86xx/spd_sdram.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc86xx/spd_sdram.c b/cpu/mpc86xx/spd_sdram.c index b18e8225d..ac9ff81ce 100644 --- a/cpu/mpc86xx/spd_sdram.c +++ b/cpu/mpc86xx/spd_sdram.c @@ -284,9 +284,9 @@ spd_init(unsigned char i2c_address, unsigned int ddr_num,  	}  	/* -	 * Adjust DDR II IO voltage biasing.  It just makes it work. +	 * Adjust DDR II IO voltage biasing.  Rev1 only  	 */ -	if (spd.mem_type == SPD_MEMTYPE_DDR2) { +	if (((get_svr() & 0xf0) == 0x10) && (spd.mem_type == SPD_MEMTYPE_DDR2)) {  		gur->ddrioovcr = (0  				  | 0x80000000		/* Enable */  				  | 0x10000000		/* VSEL to 1.8V */  |