commit | dc9e499c620a590e0f906e807e24c85807af3338 | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@pollux.denx.de> | Thu Mar 16 17:46:46 2006 +0100 |
committer | Rafal Jaworowski <raj@pollux.denx.de> | Thu Mar 16 17:46:46 2006 +0100 |
tree | 035fb097d198f6208bfd90a628b6faf2fb9f22d3 | |
parent | d326f4a242971928ef5a6efb411a604b0478ef1c [diff] [blame] |
Support for DDR with 32-data path. Addotional notes on injecting multiple-bit errors.
diff --git a/include/spd_sdram.h b/include/spd_sdram.h index 4e754ec..a2be96c 100644 --- a/include/spd_sdram.h +++ b/include/spd_sdram.h
@@ -1,6 +1,6 @@ #ifndef _SPD_SDRAM_H_ #define _SPD_SDRAM_H_ -long int spd_sdram(int(read_spd)(uint addr)); +long int spd_sdram(void); #endif