armv7: ls102xa: Add workaround for DDR erratum A-008850
[platform/kernel/u-boot.git] / board / freescale / ls1021aqds / ddr.c
index 98faf93..d3e2e53 100644 (file)
@@ -179,6 +179,8 @@ int fsl_initdram(void)
        fsl_dp_resume();
 #endif
 
+       erratum_a008850_post();
+
        gd->ram_size = dram_size;
 
        return 0;