xilflash : 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:59:15 +05:30 committed by Nava kishore Manne
parent 6aff7e370b
commit 7e9fbd75e4

View file

@ -77,7 +77,7 @@ proc execs_generate {libhandle} {
proc xgen_opts_file {libhandle} {
# Open xparameters.h file
set file_handle [::hsm::utils::open_include_file "xparameters.h"]
set file_handle [::hsi::utils::open_include_file "xparameters.h"]
# Generate parameters for Flash family support
puts $file_handle "/* Xilinx EDK Parallel Flash Library (XilFlash) User Settings */"