mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-19 23:48:55 +00:00
pxa: Fix typo in GCDR(x)
Fix a typo in the GCDR(x) macro. It's a good thing no one was using it. Signed-off-by: David Hunter <hunterd42@gmail.com>
This commit is contained in:
parent
3c448e6482
commit
301b7db88f
1 changed files with 1 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ typedef void (*ExcpHndlr) (void) ;
|
|||
#define GCFER3 __REG(0x40E004AC) /* Clr Falling Edge Det. Enable[127:96] */
|
||||
|
||||
#define GSDR(x) __REG2(0x40E00400, ((x) & 0x60) >> 3)
|
||||
#define GCDR(x) __REG2(0x40300420, ((x) & 0x60) >> 3)
|
||||
#define GCDR(x) __REG2(0x40E00420, ((x) & 0x60) >> 3)
|
||||
|
||||
/* Multi-funktion Pin Registers, uncomplete, only:
|
||||
* - GPIO
|
||||
|
|
Loading…
Add table
Reference in a new issue