From 65acc4d4c3421d38ffdaeb9bae292079e4594166 Mon Sep 17 00:00:00 2001 From: Harini Katakam Date: Fri, 9 Oct 2015 18:13:13 +0530 Subject: [PATCH] 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 Acked-by: Anirudha Sarangi --- lib/sw_apps/lwip_echo_server/data/lwip_echo_server.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw_apps/lwip_echo_server/data/lwip_echo_server.tcl b/lib/sw_apps/lwip_echo_server/data/lwip_echo_server.tcl index c25f1b3a..b2349d18 100755 --- a/lib/sw_apps/lwip_echo_server/data/lwip_echo_server.tcl +++ b/lib/sw_apps/lwip_echo_server/data/lwip_echo_server.tcl @@ -375,5 +375,5 @@ proc swapp_get_supported_processors {} { proc swapp_get_supported_os {} { - return "standalone freertos821_xilinx"; + return "standalone"; }