From 7e9fbd75e42ee43487c45040f580de437c381919 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Tue, 23 Dec 2014 11:59:15 +0530 Subject: [PATCH] xilflash : Modified namespace from HSM to HSI. Signed-off-by: Kishore Kumar Korathaluri --- lib/sw_services/xilflash/data/xilflash.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw_services/xilflash/data/xilflash.tcl b/lib/sw_services/xilflash/data/xilflash.tcl index f5ff7fb4..51ab237a 100755 --- a/lib/sw_services/xilflash/data/xilflash.tcl +++ b/lib/sw_services/xilflash/data/xilflash.tcl @@ -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 */"