mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 01:53:27 +08:00
arm: kirkwood: fix output enable settings
Signed-off-by: Walter Schweizer <swwa@users.sourceforge.net> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
9c658d8009
commit
ed3adde083
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user