I noticed that the device id for AMD flash part AM29DL800BB is wrong.

Attached patch corrects it.

Cheers,

Jerry Hicks.


--- drivers/mtd/jedec_flash.c.orig	2008-05-19 06:47:11.000000000 -0400
+++ drivers/mtd/jedec_flash.c	2008-06-26 21:27:55.000000000 -0400
@@ -42,7 +42,7 @@
 #define MANUFACTURER_SST	0x00BF
 
 /* AMD */
-#define AM29DL800BB	0x22C8
+#define AM29DL800BB	0x22CB
 #define AM29DL800BT	0x224A
 
 #define AM29F800BB	0x2258
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to