lwip_echo_server: Add error message when used with PSU Microblaze
Add error message in tcl since there is no support for PSU Microblaze. Signed-off-by: Harini Katakam <harinik@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
6d1cc7f29d
commit
e33bf1144a
1 changed files with 6 additions and 0 deletions
|
@ -132,6 +132,12 @@ proc swapp_is_supported_hw {} {
|
|||
}
|
||||
}
|
||||
|
||||
# PSU_Microblaze is not supported
|
||||
if { $proc_type == "psu_microblaze"} {
|
||||
error "ERROR: lwip is not supported on PSU Microblaze";
|
||||
return;
|
||||
}
|
||||
|
||||
# require about 1M of memory
|
||||
require_memory "1000000";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue