lwip: Fix for echo server app compilation issue.

This patch fixes issue while compiling echo server app for a Zynq design where
the axi_ethernet is present in  the PL fabric.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
Kedareswara rao Appana 2014-08-04 18:51:22 +05:30 committed by Jagannadha Sutradharudu Teki
parent 970744ab92
commit 397d8672c6

View file

@ -240,7 +240,7 @@ proc generate_emac_config {fp} {
if {$proc_type == "ps7_cortexa9" && $use_softeth_on_zynq == 0} {
} else {
if {$proc_type == "ps7_cortexa9" && $use_softeth_on_zynq == 1} {
puts $fp "#define USE_AXIETH_ON_ZYNQ 1";
puts $fp "#define USE_SOFTETH_ON_ZYNQ 1";
}
set temac [lindex $temacs 0]
set prefix "XPAR_";