projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[packages] turn some of the kernel dependencies the other way around to make it easie...
[openwrt.git]
/
target
/
linux
/
ifxmips
/
patches-2.6.28
/
160-cfi-swap.patch
1
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
2
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
3
@@ -1069,7 +1069,9 @@ static int __xipram do_write_oneword(str
4
int retry_cnt = 0;
5
6
adr += chip->start;
7
-
8
+#ifdef CONFIG_IFXMIPS
9
+ adr ^= 2;
10
+#endif
11
spin_lock(chip->mutex);
12
ret = get_chip(map, chip, adr, FL_WRITING);
13
if (ret) {
This page took
0.048854 seconds
and
5
git commands to generate.