X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Frtos%2FeCos.c;h=8e982dacb465b66731a6e5554878c108e30e0d29;hb=58f987aa856a54ce34ecd402ede437a55d4181e9;hp=c6b26285521cce8378064b8016098f1c550a41c1;hpb=08ee7bb982b16742f52cfdc6c649d82ffa2eb177;p=fw%2Fopenocd diff --git a/src/rtos/eCos.c b/src/rtos/eCos.c index c6b262855..8e982dacb 100644 --- a/src/rtos/eCos.c +++ b/src/rtos/eCos.c @@ -1,17 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -363,7 +352,7 @@ static int ecos_get_symbol_list_to_lookup(struct symbol_table_elem *symbol_list[ static bool ecos_detect_rtos(struct target *target) { - if ((target->rtos->symbols != NULL) && + if ((target->rtos->symbols) && (target->rtos->symbols[ECOS_VAL_THREAD_LIST].address != 0)) { /* looks like eCos */ return true;