[rtems commit] raspberrypi: Do not include default IRQ handler and BSP specific one

Joel Sherril joel at rtems.org
Sat Mar 7 02:04:31 UTC 2015


Module:    rtems
Branch:    master
Commit:    683ebac31c8d1bfeaeb83cef08f53b355f49ecac
Changeset: http://git.rtems.org/rtems/commit/?id=683ebac31c8d1bfeaeb83cef08f53b355f49ecac

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed Mar  4 14:49:08 2015 -0600

raspberrypi: Do not include default IRQ handler and BSP specific one

This was tripping a linker error in the dl0[12] tests.

closes 2247.

---

 c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am b/c/src/lib/libbsp/arm/raspberrypi/Makefile.am
index ed134fa..c6133df 100644
--- a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am
+++ b/c/src/lib/libbsp/arm/raspberrypi/Makefile.am
@@ -94,7 +94,6 @@ libbsp_a_SOURCES += ../../shared/bspreset_loop.c
 libbsp_a_SOURCES += startup/bspstart.c
 
 # IRQ
-libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
 libbsp_a_SOURCES += ../shared/arm-cp15-set-exception-handler.c
 libbsp_a_SOURCES += ../../shared/src/irq-generic.c
 libbsp_a_SOURCES += ../../shared/src/irq-info.c




More information about the vc mailing list