drivers: scugic: change in low level example
This patch removes unused variable in low level example to fix compilation error Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
513490e787
commit
856091f036
1 changed files with 0 additions and 3 deletions
|
@ -300,12 +300,9 @@ void LowInterruptHandler(void *CallbackRef)
|
|||
static void GicDistInit(u32 BaseAddress)
|
||||
{
|
||||
u32 Int_Id;
|
||||
u32 MaxInt_In;
|
||||
|
||||
XScuGic_WriteReg(BaseAddress, XSCUGIC_DIST_EN_OFFSET, 0UL);
|
||||
|
||||
MaxInt_In = XScuGic_ReadReg(BaseAddress, XSCUGIC_IC_TYPE_OFFSET);
|
||||
|
||||
/*
|
||||
* Set the security domains in the int_security registers for non-secure interrupts
|
||||
* All are secure, so leave at the default. Set to 1 for non-secure interrupts.
|
||||
|
|
Loading…
Add table
Reference in a new issue