2009-02-09 03:38:15 +08:00
|
|
|
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
|
|
|
|
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
|
2008-05-19 14:34:16 +08:00
|
|
|
@@ -1007,7 +1007,9 @@ static int __xipram do_write_oneword(str
|
2007-07-24 06:10:11 +08:00
|
|
|
int ret = 0;
|
|
|
|
map_word oldd;
|
|
|
|
int retry_cnt = 0;
|
|
|
|
-
|
|
|
|
+#ifdef CONFIG_AMAZON
|
|
|
|
+ adr ^= 2;
|
|
|
|
+#endif
|
|
|
|
adr += chip->start;
|
|
|
|
|
|
|
|
spin_lock(chip->mutex);
|