summaryrefslogtreecommitdiff
path: root/include/fsl_ddr.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-07-20 17:12:52 -0400
committerTom Rini <trini@konsulko.com>2015-07-20 17:12:52 -0400
commitb217c89e8565ade3aaa9f74c33c93236bf151187 (patch)
tree878ccd12b9035fb6d2ccfda6d21ef3e1c85210f8 /include/fsl_ddr.h
parent73e1e7952a2a629dc071d894594df4852acc11ad (diff)
parentdb14f11dfe348550d8c10c6609277488d9f500d6 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'include/fsl_ddr.h')
-rw-r--r--include/fsl_ddr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fsl_ddr.h b/include/fsl_ddr.h
index 4099a74a4af..728503b62c9 100644
--- a/include/fsl_ddr.h
+++ b/include/fsl_ddr.h
@@ -136,4 +136,7 @@ void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
int fsl_ddr_get_dimm_params(dimm_params_t *pdimm,
unsigned int controller_number,
unsigned int dimm_number);
+void update_spd_address(unsigned int ctrl_num,
+ unsigned int slot,
+ unsigned int *addr);
#endif