arm: nxp_kinetis: Remove unused defines from soc.h
Now that we get gpio irq numbers from dts, we can remove the defines from soc.h Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
4e8f29f319
commit
50b69fbb55
3 changed files with 0 additions and 15 deletions
|
@ -35,11 +35,6 @@ extern "C" {
|
|||
|
||||
#define IRQ_SPI0 26
|
||||
#define IRQ_SPI1 27
|
||||
#define IRQ_GPIO_PORTA 59
|
||||
#define IRQ_GPIO_PORTB 60
|
||||
#define IRQ_GPIO_PORTC 61
|
||||
#define IRQ_GPIO_PORTD 62
|
||||
#define IRQ_GPIO_PORTE 63
|
||||
#define IRQ_ETH_IEEE1588_TMR 82
|
||||
#define IRQ_ETH_TX 83
|
||||
#define IRQ_ETH_RX 84
|
||||
|
|
|
@ -18,8 +18,6 @@ extern "C" {
|
|||
/* IRQs */
|
||||
#define IRQ_SPI0 10
|
||||
#define IRQ_SPI1 11
|
||||
#define IRQ_GPIO_PORTA 30
|
||||
#define IRQ_GPIO_PORTD 31
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
|
|
|
@ -22,9 +22,6 @@ extern "C" {
|
|||
|
||||
#define IRQ_SPI0 10
|
||||
#define IRQ_SPI1 29
|
||||
#define IRQ_GPIO_PORTA 30
|
||||
#define IRQ_GPIO_PORTB 31
|
||||
#define IRQ_GPIO_PORTC 31
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -35,11 +32,6 @@ extern "C" {
|
|||
/* IRQs */
|
||||
#define IRQ_SPI0 26
|
||||
#define IRQ_SPI1 27
|
||||
#define IRQ_GPIO_PORTA 59
|
||||
#define IRQ_GPIO_PORTB 60
|
||||
#define IRQ_GPIO_PORTC 61
|
||||
#define IRQ_GPIO_PORTD 62
|
||||
#define IRQ_GPIO_PORTE 63
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue