X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fmpc512x.h;h=8ef0d9ca6ddbf4e77d68ccde6357ed6f3ff8b4f4;hb=3469424cb6d939c7aedf1e0efdec44a797c0a18c;hp=20456f52f7d2638775170faf8ec3fd618a85daec;hpb=6973fb414c36b25b4622917d6a223510be0678f5;p=oweals%2Fu-boot.git diff --git a/include/asm-ppc/mpc512x.h b/include/asm-ppc/mpc512x.h index 20456f52f7..8ef0d9ca6d 100644 --- a/include/asm-ppc/mpc512x.h +++ b/include/asm-ppc/mpc512x.h @@ -50,7 +50,7 @@ static inline void sync_law(volatile void *addr) /* * Prototypes */ -extern long int fixed_sdram(void); +extern long int fixed_sdram(u32 *mddrc_config, u32 *dram_init_seq, int seq_sz); extern int mpc5121_diu_init(void); extern void ide_set_reset(int idereset);