From 5f9f23534b39b32bfdcd405cb8e02d3adffb1f00 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 27 Oct 2010 21:24:06 +0000 Subject: Fixed support for Iomega * Added configuration file. * Set blue power led during bootup * enabled pci express Signed-off-by: Wojciech Dubowik SVN-Revision: 23683 --- package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 835adbaf5f..4774c0757a 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 -- cgit v1.2.3