From 3fd3cccc727c5505ca41b7eeb5f527d6c0e89420 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Tue, 23 Dec 2014 11:58:35 +0530 Subject: [PATCH] xilffs : Modified namespace from HSM to HSI. Signed-off-by: Kishore Kumar Korathaluri --- lib/sw_services/xilffs/data/xilffs.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sw_services/xilffs/data/xilffs.tcl b/lib/sw_services/xilffs/data/xilffs.tcl index c0962f5b..7223da72 100755 --- a/lib/sw_services/xilffs/data/xilffs.tcl +++ b/lib/sw_services/xilffs/data/xilffs.tcl @@ -59,7 +59,7 @@ proc ffs_drc {libhandle} { } proc get_ffs_periphs {processor} { - set periphs_list [hsm::utils::get_proc_slave_periphs $processor] + set periphs_list [hsi::utils::get_proc_slave_periphs $processor] set ffs_periphs_list {} global ffs_periphs_name_list @@ -102,7 +102,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 "file system with SD" and "MMC support" puts $file_handle "/* Xilinx FAT File System Library (XilFFs) User Settings */"