srio : added hsi namespace to xdefine procs.

Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
Kishore Kumar Korathaluri 2015-02-04 15:27:06 +05:30 committed by Suneel Garapati
parent adac7188f9
commit 2902a045ae

View file

@ -40,12 +40,12 @@
##############################################################################
proc generate {drv_handle} {
xdefine_include_file $drv_handle "xparameters.h" "XSrio" "NUM_INSTANCES" \
::hsi::utils::define_include_file $drv_handle "xparameters.h" "XSrio" "NUM_INSTANCES" \
"DEVICE_ID" "C_BASEADDR" "C_HIGHADDR" \
"C_DEVICEID"
xdefine_config_file $drv_handle "xsrio_g.c" "XSrio" "DEVICE_ID" "C_BASEADDR"
::hsi::utils::define_config_file $drv_handle "xsrio_g.c" "XSrio" "DEVICE_ID" "C_BASEADDR"
xdefine_canonical_xpars $drv_handle "xparameters.h" "Srio" "DEVICE_ID" "C_BASEADDR"
::hsi::utils::define_canonical_xpars $drv_handle "xparameters.h" "Srio" "DEVICE_ID" "C_BASEADDR"
}