[rtems commit] bsp/virtex: Use XPAR_INTC_SINGLE_BASEADDR
Sebastian Huber
sebh at rtems.org
Mon Jun 24 08:48:41 UTC 2013
Module: rtems
Branch: master
Commit: c4cfc62bc1c0d67b7eb21a48613e93051c0600df
Changeset: http://git.rtems.org/rtems/commit/?id=c4cfc62bc1c0d67b7eb21a48613e93051c0600df
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jun 20 14:33:19 2013 +0200
bsp/virtex: Use XPAR_INTC_SINGLE_BASEADDR
This define is also present in newer "xparameters.h".
---
.../lib/libbsp/powerpc/virtex/include/opbintctrl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/opbintctrl.h b/c/src/lib/libbsp/powerpc/virtex/include/opbintctrl.h
index 59fd3c6..5761e61 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/opbintctrl.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/opbintctrl.h
@@ -39,7 +39,7 @@ extern "C" {
#define OPB_INTC_REGISTER_WIDTH 32
/* Base Register address and register offsets. Defined in vhdl model */
-#define OPB_INTC_BASE XPAR_INTC_BASEADDR
+#define OPB_INTC_BASE XPAR_INTC_SINGLE_BASEADDR
More information about the vc
mailing list