diff options
author | John Crispin <john@openwrt.org> | 2007-12-20 22:29:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-12-20 22:29:45 +0000 |
commit | b998d4fa51609b2b1e3a91deb118918c301dd7e8 (patch) | |
tree | 27cb7ef40b5d90fbcf3fe736719e92367a3990e3 /target/linux/ifxmips/patches/160-cfi-swap.patch | |
parent | 498a2e30702494fd3171fdc813bee410cc94661a (diff) | |
download | mtk-20170518-b998d4fa51609b2b1e3a91deb118918c301dd7e8.zip mtk-20170518-b998d4fa51609b2b1e3a91deb118918c301dd7e8.tar.gz mtk-20170518-b998d4fa51609b2b1e3a91deb118918c301dd7e8.tar.bz2 |
move danube folder to ifxmips, to allow future integration of the other chips
SVN-Revision: 9815
Diffstat (limited to 'target/linux/ifxmips/patches/160-cfi-swap.patch')
-rw-r--r-- | target/linux/ifxmips/patches/160-cfi-swap.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ifxmips/patches/160-cfi-swap.patch b/target/linux/ifxmips/patches/160-cfi-swap.patch new file mode 100644 index 0000000..ca70928 --- /dev/null +++ b/target/linux/ifxmips/patches/160-cfi-swap.patch @@ -0,0 +1,15 @@ +Index: linux-2.6.23/drivers/mtd/chips/cfi_cmdset_0002.c +=================================================================== +--- linux-2.6.23.orig/drivers/mtd/chips/cfi_cmdset_0002.c 2007-11-02 23:02:29.000000000 +0100 ++++ linux-2.6.23/drivers/mtd/chips/cfi_cmdset_0002.c 2007-11-02 23:07:15.000000000 +0100 +@@ -1007,7 +1007,9 @@ + int ret = 0; + map_word oldd; + int retry_cnt = 0; +- ++#ifdef CONFIG_DANUBE ++ adr ^= 2; ++#endif + adr += chip->start; + + spin_lock(chip->mutex); |