summaryrefslogtreecommitdiff
path: root/include/asm-ppc/mpc512x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/mpc512x.h')
-rw-r--r--include/asm-ppc/mpc512x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ppc/mpc512x.h b/include/asm-ppc/mpc512x.h
index 8ef0d9ca6..960e22929 100644
--- a/include/asm-ppc/mpc512x.h
+++ b/include/asm-ppc/mpc512x.h
@@ -50,7 +50,8 @@ static inline void sync_law(volatile void *addr)
/*
* Prototypes
*/
-extern long int fixed_sdram(u32 *mddrc_config, u32 *dram_init_seq, int seq_sz);
+extern long int fixed_sdram(ddr512x_config_t *mddrc_config,
+ u32 *dram_init_seq, int seq_sz);
extern int mpc5121_diu_init(void);
extern void ide_set_reset(int idereset);