From 93b8d7f2f5bdd658d61960b42872e13d9f7ca580 Mon Sep 17 00:00:00 2001 From: Kedareswara rao Appana Date: Fri, 31 Jul 2015 21:30:56 +0530 Subject: [PATCH] lwip: remove unnessary code check in tcl This patch removes the unnecessary check in the lwip tcl it is causing the compilation issues in few ethernetlite based designs. Signed-off-by: Kedareswara rao Appana Acked-by: Anirudha Sarangi --- ThirdParty/sw_services/lwip141/data/lwip141.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/ThirdParty/sw_services/lwip141/data/lwip141.tcl b/ThirdParty/sw_services/lwip141/data/lwip141.tcl index 4e0f2e3d..bb3e0577 100644 --- a/ThirdParty/sw_services/lwip141/data/lwip141.tcl +++ b/ThirdParty/sw_services/lwip141/data/lwip141.tcl @@ -3,7 +3,6 @@ set use_emaclite_on_zynq 0 # emaclite hw requirements - interrupt needs to be connected proc lwip_elite_hw_drc {libhandle emac} { - set emacname [common::get_property NAME $emac] set intr_port [hsi::get_pins -of_objects [hsi::get_cells -hier $emac] IP2INTC_Irpt] if {[string compare -nocase $intr_port ""] == 0} { error "ERROR: xps_ethernetlite core $emacname does not have its interrupt connected to interrupt controller. \