drivers: scugic: change in scugic example
This patch modifies scugic examples to avoid dependancy on xparameters_ps.h Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
84d3662189
commit
7a1167ed9f
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
* xparameters.h file. They are defined here such that a user can easily
|
||||
* change all the needed parameters in one place.
|
||||
*/
|
||||
#define INTC_DEVICE_ID XPAR_SCUGIC_SINGLE_DEVICE_ID
|
||||
#define INTC_DEVICE_ID XPAR_SCUGIC_0_DEVICE_ID
|
||||
#define INTC_DEVICE_INT_ID 0x0E
|
||||
|
||||
/**************************** Type Definitions *******************************/
|
||||
|
|
|
@ -71,8 +71,8 @@
|
|||
* xparameters.h file. They are defined here such that a user can easily
|
||||
* change all the needed parameters in one place.
|
||||
*/
|
||||
#define CPU_BASEADDR XPAR_SCUGIC_CPU_BASEADDR
|
||||
#define DIST_BASEADDR XPAR_SCUGIC_DIST_BASEADDR
|
||||
#define CPU_BASEADDR XPAR_SCUGIC_0_CPU_BASEADDR
|
||||
#define DIST_BASEADDR XPAR_SCUGIC_0_DIST_BASEADDR
|
||||
|
||||
|
||||
#define GIC_DEVICE_INT_MASK 0x02010003 /* Bit [25:24] Target list filter
|
||||
|
|
Loading…
Add table
Reference in a new issue