lwip_echo_server: Update tcl supported OS
Remove freertos from proc reporting supported OS as lwip echo server only supports standalone. Signed-off-by: Harini Katakam <harinik@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
151bb50243
commit
65acc4d4c3
1 changed files with 1 additions and 1 deletions
|
@ -375,5 +375,5 @@ proc swapp_get_supported_processors {} {
|
|||
|
||||
proc swapp_get_supported_os {} {
|
||||
|
||||
return "standalone freertos821_xilinx";
|
||||
return "standalone";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue