]> git.sur5r.net Git - u-boot/blobdiff - cpu/blackfin/initcode.c
Blackfin: add workaround for anomaly 05000171
[u-boot] / cpu / blackfin / initcode.c
index 3120447c517e2feb51fcdfc3288b1db4a1f70e1e..d44c6a6fc55ca6d040a28249a3badcb2887ae27e 100644 (file)
@@ -355,6 +355,10 @@ void initcode(ADI_BOOT_DATA *bootstruct)
                bfrom_SysControl(actions, &memory_settings, NULL);
 #if ANOMALY_05000432
                bfin_write_SIC_IWR1(-1);
+#endif
+#if ANOMALY_05000171
+               bfin_write_SICA_IWR0(-1);
+               bfin_write_SICA_IWR1(-1);
 #endif
        } else {
                serial_putc('G');