X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fspd_sdram.h;h=a2be96c1aa1e993627dbf126a39b7348460c95f6;hb=9ef78511cda39987e5fc10febf386fd19f58ecf7;hp=4e754ec9e335af9383af02a32f7067c78a2480d7;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot 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