summaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/files/board/ifx/danube/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'package/uboot-ifxmips/files/board/ifx/danube/flash.c')
-rw-r--r--package/uboot-ifxmips/files/board/ifx/danube/flash.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/files/board/ifx/danube/flash.c b/package/uboot-ifxmips/files/board/ifx/danube/flash.c
index 587c072d18..f8a543dbe6 100644
--- a/package/uboot-ifxmips/files/board/ifx/danube/flash.c
+++ b/package/uboot-ifxmips/files/board/ifx/danube/flash.c
@@ -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;
}