From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 27 Oct 2011 23:58:04 +0200 Subject: [U-Boot] [PATCH 10/10] GCC4.6: Add macros to mv_gen_reg.h In-Reply-To: <1319535510-20737-11-git-send-email-marek.vasut@gmail.com> References: <1319535510-20737-1-git-send-email-marek.vasut@gmail.com> <1319535510-20737-11-git-send-email-marek.vasut@gmail.com> Message-ID: <20111027215804.8479612B7BBC@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, In message <1319535510-20737-11-git-send-email-marek.vasut@gmail.com> you wrote: > 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 > Cc: Wolfgang Denk > Cc: Simon Glass > Cc: Mike Frysinger > --- > board/Marvell/include/mv_gen_reg.h | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de In accord with UNIX philosophy, Perl gives you enough rope to hang yourself. - L. Wall & R. L. Schwartz, _Programming Perl_