From cabafea45824211ed1c1e411585efa0dafb9d06c Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Wed, 29 Jul 2015 13:28:34 +0530 Subject: [PATCH] Fix for standalone os tcl to support MultiBd and Packaged Bd Acked-for-series: Naga Sureshkumar Relli Signed-off-by: Nava kishore Manne --- lib/bsp/standalone/data/standalone.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bsp/standalone/data/standalone.tcl b/lib/bsp/standalone/data/standalone.tcl index 0d37eb6a..84aedf02 100644 --- a/lib/bsp/standalone/data/standalone.tcl +++ b/lib/bsp/standalone/data/standalone.tcl @@ -704,7 +704,7 @@ proc handle_profile_opbtimer { config_file timer_inst } { set intr_port_list [::hsi::utils::get_sink_pins [hsi::get_pins -of_objects [hsi::get_cells -hier $timer_intr] INTERRUPT]] set timer_connection 0 foreach intr_port $intr_port_list { - set intc_handle [hsi::get_cells -hier -of_object $intr_port] + set intc_handle [hsi::get_cells -of_object $intr_port] # Check if the Sink is a Global Port. If so, Skip the Port Connection if { [::hsi::utils::is_external_pin $intr_port] } {