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:
Harini Katakam 2015-10-09 18:13:13 +05:30 committed by Nava kishore Manne
parent 151bb50243
commit 65acc4d4c3

View file

@ -375,5 +375,5 @@ proc swapp_get_supported_processors {} {
proc swapp_get_supported_os {} {
return "standalone freertos821_xilinx";
return "standalone";
}