summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-10 17:40:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-10 17:40:25 -0600
commit1d01482f916e0cca0a919475f883551bf1c1d5ef (patch)
treea3dd87b1a4809bd8312530b024acb87caa170242 /nuttx/arch/arm/include
parent978c5f340d8ad09b0d88384fe3dc081494d9858f (diff)
downloadnuttx-1d01482f916e0cca0a919475f883551bf1c1d5ef.tar.gz
nuttx-1d01482f916e0cca0a919475f883551bf1c1d5ef.tar.bz2
nuttx-1d01482f916e0cca0a919475f883551bf1c1d5ef.zip
SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB so that the configuration and build system can configure them. I might come up with something better later
Diffstat (limited to 'nuttx/arch/arm/include')
-rw-r--r--nuttx/arch/arm/include/sama5/sama5d3_irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/include/sama5/sama5d3_irq.h b/nuttx/arch/arm/include/sama5/sama5d3_irq.h
index 1cb0ed1eb..23038a7b3 100644
--- a/nuttx/arch/arm/include/sama5/sama5d3_irq.h
+++ b/nuttx/arch/arm/include/sama5/sama5d3_irq.h
@@ -85,7 +85,7 @@
#define SAM_PID_UHPHS (32) /* USB Host High Speed */
#define SAM_PID_UDPHS (33) /* USB Device High Speed */
#define SAM_PID_GMAC (34) /* Gigabit Ethernet MAC */
-#define SAM_PID_EMAC0 (35) /* Ethernet MAC 0 */
+#define SAM_PID_EMAC (35) /* Ethernet MAC */
#define SAM_PID_LCDC (36) /* LCD Controller */
#define SAM_PID_ISI (37) /* Image Sensor Interface */
#define SAM_PID_SSC0 (38) /* Synchronous Serial Controller 0 */
@@ -139,7 +139,7 @@
#define SAM_IRQ_UHPHS SAM_PID_UHPHS /* USB Host High Speed */
#define SAM_IRQ_UDPHS SAM_PID_UDPHS /* USB Device High Speed */
#define SAM_IRQ_GMAC SAM_PID_GMAC /* Gigabit Ethernet MAC */
-#define SAM_IRQ_EMAC0 SAM_PID_EMAC /* Ethernet MAC 0 */
+#define SAM_IRQ_EMAC SAM_PID_EMAC /* Ethernet MAC */
#define SAM_IRQ_LCDC SAM_PID_LCDC /* LCD Controller */
#define SAM_IRQ_ISI SAM_PID_ISI /* Image Sensor Interface */
#define SAM_IRQ_SSC0 SAM_PID_SSC0 /* Synchronous Serial Controller 0 */