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 Nava kishore Manne
parent 8ee4eae573
commit 4264abefde

View file

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