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:
parent
970744ab92
commit
397d8672c6
1 changed files with 1 additions and 1 deletions
|
@ -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_";
|
||||
|
|
Loading…
Add table
Reference in a new issue