From: Matthias Welwarsky Date: Thu, 1 Mar 2018 16:43:25 +0000 (+0100) Subject: rtos: fix rtos no-auto configuration X-Git-Tag: v0.11.0-rc1~1215 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=eaeb4191e55c3a23582ecb40b852f95c2e0ea917;hp=eaeb4191e55c3a23582ecb40b852f95c2e0ea917 rtos: fix rtos no-auto configuration A previous fix avoiding multiple calls to the rtos_create function had a side effect if rtos support was configured explicitly. It affected all rtos' that rely on symbol resolution from gdb. Change-Id: Id7f17c6ec5ce2450322d2748a4b2369aaa524a7b Fixes: 3aa8bd2d1704118ad9bbee2f21cbc15a848c8c5b Signed-off-by: Matthias Welwarsky Reviewed-on: http://openocd.zylin.com/4438 Tested-by: jenkins Reviewed-by: Richard Braun Reviewed-by: Matthias Welwarsky ---