Signed-off-by: Walter Schweizer <[email protected]>
---

Changes in v2: None

 board/Synology/ds109/ds109.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/Synology/ds109/ds109.h b/board/Synology/ds109/ds109.h
index 95d924c..a57cda7 100644
--- a/board/Synology/ds109/ds109.h
+++ b/board/Synology/ds109/ds109.h
@@ -9,8 +9,8 @@
 #ifndef __DS109_H
 #define __DS109_H
 
-#define DS109_OE_LOW                   (~(0))
-#define DS109_OE_HIGH                  (~(0))
+#define DS109_OE_LOW                   (0)
+#define DS109_OE_HIGH                  (0)
 #define DS109_OE_VAL_LOW               ((1 << 22)|(1 << 23))
 #define DS109_OE_VAL_HIGH              ((1 << 1)|1)
 
-- 
2.1.4

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to