diff options
author | John Crispin <john@openwrt.org> | 2009-10-04 21:58:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-04 21:58:18 +0000 |
commit | 546e37654bc064e84ba32bc85f88d7d0d2163561 (patch) | |
tree | 5ab16f32e674a228c4ce47428a1e381a3db6e0cc /package/uboot-ifxmips/files/board/ifx/danube/flash.c | |
parent | a70ef0c33764bc8cfc9f27403419a01a9dcebb78 (diff) | |
download | mtk-20170518-546e37654bc064e84ba32bc85f88d7d0d2163561.zip mtk-20170518-546e37654bc064e84ba32bc85f88d7d0d2163561.tar.gz mtk-20170518-546e37654bc064e84ba32bc85f88d7d0d2163561.tar.bz2 |
fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies homebox flash
SVN-Revision: 17856
Diffstat (limited to 'package/uboot-ifxmips/files/board/ifx/danube/flash.c')
-rw-r--r-- | package/uboot-ifxmips/files/board/ifx/danube/flash.c | 4 |
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 587c072..f8a543d 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; } |