From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/10] GCC4.6: Add macros to mv_gen_reg.h
Date: Tue, 25 Oct 2011 11:38:30 +0200 [thread overview]
Message-ID: <1319535510-20737-11-git-send-email-marek.vasut@gmail.com> (raw)
In-Reply-To: <1319535510-20737-1-git-send-email-marek.vasut@gmail.com>
interrupts.c: In function 'interrupt_init_cpu':
interrupts.c:40: error: 'ETHERNET0_INTERRUPT_CAUSE_REGISTER' undeclared (first
use in this function)
interrupts.c:40: error: (Each undeclared identifier is reported only once
interrupts.c:40: error: for each function it appears in.)
interrupts.c:40: error: 'ETHERNET1_INTERRUPT_CAUSE_REGISTER' undeclared (first
use in this function)
interrupts.c:40: error: 'ETHERNET2_INTERRUPT_CAUSE_REGISTER' undeclared (first
use in this function)
interrupts.c:44: error: 'ETHERNET0_INTERRUPT_MASK_REGISTER' undeclared (first
use in this function)
interrupts.c:44: error: 'ETHERNET1_INTERRUPT_MASK_REGISTER' undeclared (first
use in this function)
interrupts.c:44: error: 'ETHERNET2_INTERRUPT_MASK_REGISTER' undeclared (first
use in this function)
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Mike Frysinger <vapier@gentoo.org>
---
board/Marvell/include/mv_gen_reg.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/board/Marvell/include/mv_gen_reg.h b/board/Marvell/include/mv_gen_reg.h
index 03fcd88..008185e 100644
--- a/board/Marvell/include/mv_gen_reg.h
+++ b/board/Marvell/include/mv_gen_reg.h
@@ -1864,6 +1864,14 @@
#define ETH_DA_FILTER_OTHER_MULTICAST_TABLE_BASE(port) (0x3500 + (port<<10))
#define ETH_DA_FILTER_UNICAST_TABLE_BASE(port) (0x3600 + (port<<10))
+/* Compat with interrupts.c */
+#define ETHERNET0_INTERRUPT_CAUSE_REGISTER ETH_INTERRUPT_CAUSE_REG(0)
+#define ETHERNET1_INTERRUPT_CAUSE_REGISTER ETH_INTERRUPT_CAUSE_REG(1)
+#define ETHERNET2_INTERRUPT_CAUSE_REGISTER ETH_INTERRUPT_CAUSE_REG(2)
+
+#define ETHERNET0_INTERRUPT_MASK_REGISTER ETH_INTERRUPT_MASK_REG(0)
+#define ETHERNET1_INTERRUPT_MASK_REGISTER ETH_INTERRUPT_MASK_REG(1)
+#define ETHERNET2_INTERRUPT_MASK_REGISTER ETH_INTERRUPT_MASK_REG(2)
/* Ethernet GT64260 */
/*
--
1.7.6.3
next prev parent reply other threads:[~2011-10-25 9:38 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-25 9:38 [U-Boot] [PATCH 00/10] CLEANUP: Cleanup of board/ directory Marek Vasut
2011-10-25 9:38 ` [U-Boot] [PATCH 01/10] GCC4.6: Squash warning in mpc5121ads.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 02/10] GCC4.6: Squash warnings in diu.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 03/10] GCC4.6: Squash warnings in mpc8610hpcd.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 04/10] GCC4.6: Squash warnings in tqm834x.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 05/10] GCC4.6: Squash warning in cmd_pmc440.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 06/10] GCC4.6: Squash warnings in pmc405de.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 07/10] GCC4.6: Squash warnings in r360mpi/flash.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 08/10] GCC4.6: Squash warnings in PPChameleonEVB/flash.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` [U-Boot] [PATCH 09/10] GCC4.6: Squash error in cpc45/pd67290.c Marek Vasut
2011-10-27 21:57 ` Wolfgang Denk
2011-10-25 9:38 ` Marek Vasut [this message]
2011-10-27 21:58 ` [U-Boot] [PATCH 10/10] GCC4.6: Add macros to mv_gen_reg.h Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1319535510-20737-11-git-send-email-marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox