Commit cbf13821 authored by Greg Ungerer's avatar Greg Ungerer

m68knommu: fix inconsistent formating in ColdFire 5307 definitions

Fix tab broken address defines to be consistent with others in this file.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 39dc5b7f
...@@ -127,9 +127,9 @@ ...@@ -127,9 +127,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
/* Definition offset address for CS2-7 -- old mask 5307 */ /* Definition offset address for CS2-7 -- old mask 5307 */
...@@ -167,9 +167,9 @@ ...@@ -167,9 +167,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment