X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fspd_sdram.h;h=a2be96c1aa1e993627dbf126a39b7348460c95f6;hb=44f98f9c8e178942ad51b77b6d2a66820fa9d3cc;hp=4e754ec9e335af9383af02a32f7067c78a2480d7;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git 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