driver: intc: hsi changes for hierarchical names
updated intc driver to use hsi::format_xparam_name to convert hierarchical names in xparam names to compilable names Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
5316b1a4c7
commit
6cb4127c2c
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ proc xredefine_intc {drvhandle config_inc} {
|
|||
set second_part [format "XPAR_%s_%s_%s_INTR" [string toupper $periph_ip_name] [string toupper $source_name($i)] [string toupper $source_pin_name($i)] ]
|
||||
|
||||
if {[string compare -nocase $drvname "generic"] != 0} {
|
||||
puts $config_inc "$first_part $second_part"
|
||||
puts $config_inc "$first_part_xparam_name $second_part_xparam_name"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue