public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Walter Schweizer <swwa@users.sourceforge.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] arm: mvebu: fix output enable settings
Date: Tue,  6 Sep 2016 23:34:30 +0200	[thread overview]
Message-ID: <1473197671-4059-4-git-send-email-swwa@users.sourceforge.net> (raw)
In-Reply-To: <1473197671-4059-1-git-send-email-swwa@users.sourceforge.net>

Signed-off-by: Walter Schweizer <swwa@users.sourceforge.net>
---

 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

  parent reply	other threads:[~2016-09-06 21:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06 21:34 [U-Boot] [PATCH 1/5] arm: mvebu: add support for Synology DS109 board Walter Schweizer
2016-09-06 21:34 ` [U-Boot] [PATCH 2/5] arm: mvebu: ds109 board is maintained Walter Schweizer
2016-09-06 21:34 ` [U-Boot] [PATCH 3/5] arm: mvebu: fix kirkwood initial setup Walter Schweizer
2016-09-06 21:34 ` Walter Schweizer [this message]
2016-09-06 21:34 ` [U-Boot] [PATCH 5/5] arm: mvebu: fix Synology board tag Walter Schweizer
2016-09-20 15:34 ` [U-Boot] [PATCH 1/5] arm: mvebu: add support for Synology DS109 board Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473197671-4059-4-git-send-email-swwa@users.sourceforge.net \
    --to=swwa@users.sourceforge.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox