From d98af22ec81b37e07acbb778ba7bbb862677d761 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Mon, 12 Jan 2015 09:47:33 +0530 Subject: [PATCH] xilflash : added common namespace to all common tcl commands. Signed-off-by: Kishore Kumar Korathaluri --- lib/sw_services/xilflash/data/xilflash.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sw_services/xilflash/data/xilflash.tcl b/lib/sw_services/xilflash/data/xilflash.tcl index 1b31215b..f5ff7fb4 100755 --- a/lib/sw_services/xilflash/data/xilflash.tcl +++ b/lib/sw_services/xilflash/data/xilflash.tcl @@ -81,8 +81,8 @@ proc xgen_opts_file {libhandle} { # Generate parameters for Flash family support puts $file_handle "/* Xilinx EDK Parallel Flash Library (XilFlash) User Settings */" - set enable_intel [get_property CONFIG.enable_intel $libhandle] - set enable_amd [get_property CONFIG.enable_amd $libhandle] + set enable_intel [common::get_property CONFIG.enable_intel $libhandle] + set enable_amd [common::get_property CONFIG.enable_amd $libhandle] if {$enable_intel == false && $enable_amd == false} { error "ERROR: no flash family enabled. enable atleast one flash family in the bsp settings and rebuild the libraries"