]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/spd_sdram.h
karo: tx6: eliminate PHYS_SDRAM_1_WIDTH and use CONFIG_SYS_SDRAM_BUS_WIDTH instead
[karo-tx-uboot.git] / include / spd_sdram.h
index feb1bbd4c508b31076ece880379b02ce7d802480..a2be96c1aa1e993627dbf126a39b7348460c95f6 100644 (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 
+#endif