armv7: ls102xa: Add workaround for DDR erratum A-008850
[platform/kernel/u-boot.git] / board / freescale / ls1021aiot / ls1021aiot.c
index fb05b55..70992a5 100644 (file)
@@ -97,6 +97,8 @@ int dram_init(void)
        ddrmc_init();
 #endif
 
+       erratum_a008850_post();
+
        gd->ram_size = DDR_SIZE;
        return 0;
 }