lwip_echo_server: Add support for A53 in the tcl
Add support for A53 in the tcl. Signed-off-by: Harini Katakam <harinik@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
20feb14f15
commit
243210232c
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ proc swapp_generate {} {
|
|||
set proc_arm [common::get_property IP_NAME [hsi::get_cells -hier $hw_processor]];
|
||||
if { $proc_arm == "ps7_cortexa9"} {
|
||||
puts $fid "#define PLATFORM_ZYNQ \n";
|
||||
} elseif { $proc_arm == "psu_cortexr5"} {
|
||||
} elseif { $proc_arm == "psu_cortexr5" || $proc_arm == "psu_cortexa53"} {
|
||||
puts $fid "#define PLATFORM_ZYNQMP \n";
|
||||
}
|
||||
puts $fid "";
|
||||
|
|
Loading…
Add table
Reference in a new issue