summaryrefslogtreecommitdiffstats
path: root/package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-27 21:24:06 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-27 21:24:06 +0000
commitf1ffd865500873b1a84db5c748517633c9f66f82 (patch)
tree4aa6a46e7ccba923903e66ede51eb993ef861c16 /package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
parent240961d891ae8b4a0c3af6c3e2f7d1797216bee8 (diff)
[uboot-kirkwood] Fixed support for Iomega
* Added configuration file. * Set blue power led during bootup * enabled pci express Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23683 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h')
-rw-r--r--package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h b/package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h
index 835adbaf5..4774c0757 100644
--- 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_OE_HIGH (~(1 << 2 | 1 << 12))
+#define ICONNECT_OE_HIGH (~(1 << 10))
#define ICONNECT_OE_VAL_LOW (0)
-#define ICONNECT_OE_VAL_HIGH (1 << 12)
+#define ICONNECT_OE_VAL_HIGH (1 << 10)
/* PHY related */
#define MV88E1116_LED_FCTRL_REG 10