]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap4/sdram_elpida.c
ARM: DRA7/OMAP5: EMIF: Add workaround for bug 0039
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap4 / sdram_elpida.c
index e4c8316370955355f0506af6b46d1ee158e17ab3..811e7764c1bfcae8a88ecf07c2ef10c5112a1607 100644 (file)
@@ -321,3 +321,8 @@ void get_lpddr2_mr_regs(const struct lpddr2_mr_regs **regs)
 {
        *regs = &mr_regs;
 }
+
+__weak const struct read_write_regs *get_bug_regs(u32 *iterations)
+{
+       return 0;
+}