projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] resolveip: fix whitespace
[openwrt.git]
/
package
/
uboot-kirkwood
/
files
/
board
/
Marvell
/
iconnect
/
iconnect.h
diff --git
a/package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
b/package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
index
835adba
..
4774c07
100644
(file)
--- a/
package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
+++ b/
package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
@@
-26,9
+26,9
@@
#define __ICONNECT_H
#define ICONNECT_OE_LOW (~(1 << 7))
#define __ICONNECT_H
#define ICONNECT_OE_LOW (~(1 << 7))
-#define ICONNECT_OE_HIGH (~(1 <<
2 | 1 << 12
))
+#define ICONNECT_OE_HIGH (~(1 <<
10
))
#define ICONNECT_OE_VAL_LOW (0)
#define ICONNECT_OE_VAL_LOW (0)
-#define ICONNECT_OE_VAL_HIGH (1 << 1
2
)
+#define ICONNECT_OE_VAL_HIGH (1 << 1
0
)
/* PHY related */
#define MV88E1116_LED_FCTRL_REG 10
/* PHY related */
#define MV88E1116_LED_FCTRL_REG 10
This page took
0.027029 seconds
and
4
git commands to generate.