From 498668af024b561876f653ab496fdfbabc694f39 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 8 Jun 2023 12:18:55 +0200 Subject: [PATCH] boards: drop unused INFOMEM define --- boards/common/msb-430/include/board_common.h | 5 --- .../olimex-msp430-h1611/include/board-conf.h | 22 ----------- boards/telosb/include/board-conf.h | 22 ----------- boards/z1/include/board-conf.h | 37 ------------------- 4 files changed, 86 deletions(-) delete mode 100644 boards/olimex-msp430-h1611/include/board-conf.h delete mode 100644 boards/telosb/include/board-conf.h delete mode 100644 boards/z1/include/board-conf.h diff --git a/boards/common/msb-430/include/board_common.h b/boards/common/msb-430/include/board_common.h index a6d3280e94bb..4a0e99352c26 100644 --- a/boards/common/msb-430/include/board_common.h +++ b/boards/common/msb-430/include/board_common.h @@ -28,11 +28,6 @@ extern "C" { #endif -/** - * @brief Address of the info memory - */ -#define INFOMEM (0x1000) - /** * @name Xtimer configuration * @{ diff --git a/boards/olimex-msp430-h1611/include/board-conf.h b/boards/olimex-msp430-h1611/include/board-conf.h deleted file mode 100644 index cfe2d6cad9cd..000000000000 --- a/boards/olimex-msp430-h1611/include/board-conf.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2014 INRIA - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - */ - -#ifndef BOARD_CONF_H -#define BOARD_CONF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#define INFOMEM (0x1000) - -#ifdef __cplusplus -} -#endif - -#endif /* BOARD_CONF_H */ diff --git a/boards/telosb/include/board-conf.h b/boards/telosb/include/board-conf.h deleted file mode 100644 index cfe2d6cad9cd..000000000000 --- a/boards/telosb/include/board-conf.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2014 INRIA - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - */ - -#ifndef BOARD_CONF_H -#define BOARD_CONF_H - -#ifdef __cplusplus -extern "C" { -#endif - -#define INFOMEM (0x1000) - -#ifdef __cplusplus -} -#endif - -#endif /* BOARD_CONF_H */ diff --git a/boards/z1/include/board-conf.h b/boards/z1/include/board-conf.h deleted file mode 100644 index 7af54e7bdfd3..000000000000 --- a/boards/z1/include/board-conf.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * board-conf.h. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - */ - -#ifndef BOARD_CONF_H -#define BOARD_CONF_H - -/** - * @ingroup boards_z1 - * - * @{ - */ - -/** - * @file - * @brief Zolertia Z1 board configuration macros - * - * @author Kévin Roussel - * - */ - -#ifdef __cplusplus -extern "C" { -#endif - -#define INFOMEM (0x1000) - -#ifdef __cplusplus -} -#endif - -/** @} */ -#endif /* BOARD_CONF_H */