From 546e37654bc064e84ba32bc85f88d7d0d2163561 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 4 Oct 2009 21:58:18 +0000 Subject: fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies homebox flash SVN-Revision: 17856 --- package/uboot-ifxmips/files/board/ifx/danube/flash.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/uboot-ifxmips/files/board/ifx/danube/flash.c') 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; } -- cgit v1.1