[U-Boot-Users] RE: CFI conformant flash driver available
Sam Song
samsongshu at yahoo.com.cn
Tue Feb 10 13:24:26 CET 2004
Wolfgang Denk wrote:
> It's not "released", just added to the top-of-tree
> version of the CVS.
Sorry and Fine!I misunderstood CVS nature.
> Having the patch checked in on the CVS server gives
> us all a common base to submit any further
> corrections or updates.
> I'm looking forward to seeing your fixes.
As far as I can fix for cfi_flash.c,just two numbers
and one program style.See my first patch as following.
Best regards,
Sam
--- drivers/cfi_flash.c Mon Feb 9 18:28:48 2004
+++ drivers/cfi_flash.c Tue Feb 10 19:49:34 2004
@@ -36,12 +36,12 @@
*
* Tested Architectures
* Port Width Chip Width # of banks Flash Chip
Board
- * 32 16 1 23F128J3
seranoa/eagle
- * 64 16 1 23F128J3
seranoa/falcon
+ * 32 16 1 28F128J3
seranoa/eagle
+ * 64 16 1 28F128J3
seranoa/falcon
*/
/* The DEBUG define must be before common to enable
debugging */
-//#define DEBUG 1
+/* #define DEBUG 1 */
#include <common.h>
#include <asm/processor.h>
#ifdef CFG_FLASH_CFI_DRIVER
_________________________________________________________
Do You Yahoo!?
完全免费的雅虎电邮,马上注册获赠额外60兆网络存储空间
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.mail.yahoo.com
More information about the U-Boot
mailing list