diff options
Diffstat (limited to 'cpu/mpc8xxx/ddr/ddr.h')
-rw-r--r-- | cpu/mpc8xxx/ddr/ddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8xxx/ddr/ddr.h b/cpu/mpc8xxx/ddr/ddr.h index 9ffd548..f122075 100644 --- a/cpu/mpc8xxx/ddr/ddr.h +++ b/cpu/mpc8xxx/ddr/ddr.h @@ -54,7 +54,7 @@ typedef struct { #define STEP_PROGRAM_REGS (1 << 6) #define STEP_ALL 0xFFF -extern phys_size_t +extern unsigned long long fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step); extern const char * step_to_string(unsigned int step); |