fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies homebox...
[openwrt.git] / package / uboot-ifxmips / files / board / ifx / danube / flash.c
index 587c072..f8a543d 100644 (file)
@@ -720,7 +720,9 @@ int flash_erase (flash_info_t *info, int s_first, int s_last)
 
        (*DANUBE_EBU_BUSCON0)|=0x80000000;      // disable writing
        (*DANUBE_EBU_BUSCON1)|=0x80000000;      // disable writing
+
+       flash_reset(info);      /* Homebox Black with JS28F128J3D75 had trouble reading after erase */
+
        printf (" done\n");
        return rcode;
 }
This page took 0.026134 seconds and 4 git commands to generate.