generic : Modified namespace from HSM to HSI.

Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
Kishore Kumar Korathaluri 2014-12-23 11:10:47 +05:30 committed by Suneel Garapati
parent 479fc78c1e
commit 9a2e8a385d

View file

@ -39,5 +39,5 @@
proc generate {drv_handle} {
::hsm::utils::define_addr_params $drv_handle "xparameters.h"
::hsi::utils::define_addr_params $drv_handle "xparameters.h"
}