1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-02 03:17:29 +01:00

Support for DDR with 32-data path. Addotional notes on injecting

multiple-bit errors.
This commit is contained in:
Rafal Jaworowski
2006-03-16 17:46:46 +01:00
parent d326f4a242
commit dc9e499c62
5 changed files with 126 additions and 53 deletions

View File

@@ -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