Dear Marek Vasut, In message <[email protected]> you wrote: > interrupts.c: In function 'interrupt_init_cpu': > interrupts.c:37: warning: implicit declaration of function 'GTREGREAD' > interrupts.c:37: error: 'LOW_INTERRUPT_CAUSE_REGISTER' undeclared (first use > in > this function) > interrupts.c:37: error: (Each undeclared identifier is reported only once > interrupts.c:37: error: for each function it appears in.) > interrupts.c:37: error: 'HIGH_INTERRUPT_CAUSE_REGISTER' undeclared (first use > in > this function) > interrupts.c:40: error: 'ETHERNET0_INTERRUPT_CAUSE_REGISTER' undeclared (first > use in this function) > 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 <[email protected]> > Cc: Wolfgang Denk <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Mike Frysinger <[email protected]> > --- > include/configs/PCIPPC2.h | 4 ++++ > include/configs/PCIPPC6.h | 4 ++++ > include/configs/mpc7448hpc2.h | 4 ++++ > include/configs/p3mx.h | 4 ++++ > include/configs/ppmc7xx.h | 4 ++++ > 5 files changed, 20 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: [email protected] Women professionals do tend to over-compensate. -- Dr. Elizabeth Dehaver, "Where No Man Has Gone Before", stardate 1312.9. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

