summaryrefslogtreecommitdiffstats
path: root/include/spd_sdram.h
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@pollux.denx.de>2006-03-16 17:46:46 +0100
committerRafal Jaworowski <raj@pollux.denx.de>2006-03-16 17:46:46 +0100
commitdc9e499c620a590e0f906e807e24c85807af3338 (patch)
tree035fb097d198f6208bfd90a628b6faf2fb9f22d3 /include/spd_sdram.h
parentd326f4a242971928ef5a6efb411a604b0478ef1c (diff)
downloadblackbird-obmc-uboot-dc9e499c620a590e0f906e807e24c85807af3338.tar.gz
blackbird-obmc-uboot-dc9e499c620a590e0f906e807e24c85807af3338.zip
Support for DDR with 32-data path. Addotional notes on injecting
multiple-bit errors.
Diffstat (limited to 'include/spd_sdram.h')
-rw-r--r--include/spd_sdram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spd_sdram.h b/include/spd_sdram.h
index 4e754ec9e3..a2be96c1aa 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
OpenPOWER on IntegriCloud