diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-17 17:41:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-17 17:41:56 +0100 |
commit | 0a112d8696dcffdf87a7066e2dade1eacbdd80d9 (patch) | |
tree | 86f83dc1ad77177294d23499aadbe8db69bfdb54 /include/spd_sdram.h | |
parent | 09e4b0c5d3881412519f33d498560a5bbcc82cd9 (diff) | |
parent | dc9e499c620a590e0f906e807e24c85807af3338 (diff) | |
download | u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.zip u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.tar.gz u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.tar.bz2 |
Merge with port of MPC8349EMDS board
Diffstat (limited to 'include/spd_sdram.h')
-rw-r--r-- | include/spd_sdram.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |