m68knommu: fix inconsistent formating in ColdFire 5407 definitions
Fix tab broken address defines to be consistent with others in this file. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
cbf13821d3
commit
a255172895
1 changed files with 6 additions and 6 deletions
|
@ -102,9 +102,9 @@
|
||||||
/*
|
/*
|
||||||
* Generic GPIO support
|
* Generic GPIO support
|
||||||
*/
|
*/
|
||||||
#define MCFGPIO_PIN_MAX 16
|
#define MCFGPIO_PIN_MAX 16
|
||||||
#define MCFGPIO_IRQ_MAX -1
|
#define MCFGPIO_IRQ_MAX -1
|
||||||
#define MCFGPIO_IRQ_VECBASE -1
|
#define MCFGPIO_IRQ_VECBASE -1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some symbol defines for the above...
|
* Some symbol defines for the above...
|
||||||
|
@ -130,9 +130,9 @@
|
||||||
/*
|
/*
|
||||||
* Defines for the IRQPAR Register
|
* Defines for the IRQPAR Register
|
||||||
*/
|
*/
|
||||||
#define IRQ5_LEVEL4 0x80
|
#define IRQ5_LEVEL4 0x80
|
||||||
#define IRQ3_LEVEL6 0x40
|
#define IRQ3_LEVEL6 0x40
|
||||||
#define IRQ1_LEVEL2 0x20
|
#define IRQ1_LEVEL2 0x20
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define system peripheral IRQ usage.
|
* Define system peripheral IRQ usage.
|
||||||
|
|
Loading…
Add table
Reference in a new issue