From 83d73f612607fa7f99ac639499e884cca9ba1500 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 15 Jun 2022 16:40:31 +0200 Subject: [PATCH] soc: arc: remove unused files The ARC headers are no longer used, so they can be removed. Refer to the previous commits for more context. Signed-off-by: Gerard Marull-Paretas --- soc/arc/snps_arc_hsdk/soc.h | 27 --------------------------- soc/arc/snps_arc_iot/soc.h | 28 ---------------------------- soc/arc/snps_emsdp/soc.h | 26 -------------------------- soc/arc/snps_emsk/soc.h | 26 -------------------------- soc/arc/snps_nsim/soc.h | 26 -------------------------- soc/arc/snps_qemu/soc.h | 17 ----------------- 6 files changed, 150 deletions(-) delete mode 100644 soc/arc/snps_arc_hsdk/soc.h delete mode 100644 soc/arc/snps_arc_iot/soc.h delete mode 100644 soc/arc/snps_emsdp/soc.h delete mode 100644 soc/arc/snps_emsk/soc.h delete mode 100644 soc/arc/snps_nsim/soc.h delete mode 100644 soc/arc/snps_qemu/soc.h diff --git a/soc/arc/snps_arc_hsdk/soc.h b/soc/arc/snps_arc_hsdk/soc.h deleted file mode 100644 index fa44abe0db4428..00000000000000 --- a/soc/arc/snps_arc_hsdk/soc.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2019 Synopsys, Inc. All rights reserved. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/** - * @brief Board configuration macros for HS Development Kit - * - * This header file is used to specify and describe board-level - * aspects for the target. - */ - -#ifndef _SOC_H_ -#define _SOC_H_ - -#include - -#ifndef _ASMLANGUAGE - - -#include -#include - -#endif /* !_ASMLANGUAGE */ - -#endif /* _SOC_H_ */ diff --git a/soc/arc/snps_arc_iot/soc.h b/soc/arc/snps_arc_iot/soc.h deleted file mode 100644 index c6ea323a5f42ae..00000000000000 --- a/soc/arc/snps_arc_iot/soc.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2018 Synopsys, Inc. All rights reserved. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/** - * @brief Board configuration macros for EM Starter kit board - * - * This header file is used to specify and describe board-level - * aspects for the target. - */ - -#ifndef _SOC_H_ -#define _SOC_H_ - -#include - -#ifndef _ASMLANGUAGE - - -#include -#include - - -#endif /* !_ASMLANGUAGE */ - -#endif /* _SOC_H_ */ diff --git a/soc/arc/snps_emsdp/soc.h b/soc/arc/snps_emsdp/soc.h deleted file mode 100644 index d0d4d9f1c2c32a..00000000000000 --- a/soc/arc/snps_emsdp/soc.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2019 Synopsys, Inc. All rights reserved. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/** - * @brief Board configuration macros for EM Software Development Platform board - * - * This header file is used to specify and describe board-level - * aspects for the target. - */ - -#ifndef _SOC_H_ -#define _SOC_H_ - -#include - -#ifndef _ASMLANGUAGE - -#include -#include - -#endif /* !_ASMLANGUAGE */ - -#endif /* _SOC_H_ */ diff --git a/soc/arc/snps_emsk/soc.h b/soc/arc/snps_emsk/soc.h deleted file mode 100644 index 47d4dd9bac8a64..00000000000000 --- a/soc/arc/snps_emsk/soc.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2018 Synopsys, Inc. All rights reserved. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/** - * @brief Board configuration macros for EM Starter kit board - * - * This header file is used to specify and describe board-level - * aspects for the target. - */ - -#ifndef _SOC__H_ -#define _SOC__H_ - -#include - -#ifndef _ASMLANGUAGE - -#include -#include - -#endif /* !_ASMLANGUAGE */ - -#endif /* _SOC__H_ */ diff --git a/soc/arc/snps_nsim/soc.h b/soc/arc/snps_nsim/soc.h deleted file mode 100644 index 47d4dd9bac8a64..00000000000000 --- a/soc/arc/snps_nsim/soc.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2018 Synopsys, Inc. All rights reserved. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/** - * @brief Board configuration macros for EM Starter kit board - * - * This header file is used to specify and describe board-level - * aspects for the target. - */ - -#ifndef _SOC__H_ -#define _SOC__H_ - -#include - -#ifndef _ASMLANGUAGE - -#include -#include - -#endif /* !_ASMLANGUAGE */ - -#endif /* _SOC__H_ */ diff --git a/soc/arc/snps_qemu/soc.h b/soc/arc/snps_qemu/soc.h deleted file mode 100644 index bfe306d2a261a0..00000000000000 --- a/soc/arc/snps_qemu/soc.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2020 Synopsys, Inc. All rights reserved. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/** - * @brief SoC configuration macros for ARC QEMU - * - * This header file is used to specify and describe SoC-level - * aspects for the target. - */ - -#ifndef _SOC__H_ -#define _SOC__H_ - -#endif /* _SOC__H_ */