arm: cmsis: Remove last bits of scs/scb as we've converted to CMSIS
We now use CMSIS for ARM Cortex-M SoCs so we can remove the last bits of scs and scb. Jira: ZEP-1568 Change-Id: I0c7c45b0321dc402ed594e9faffb5109922edcf0 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
3a7cc31e08
commit
6ca87b576e
5 changed files with 1 additions and 623 deletions
|
@ -6,7 +6,7 @@ ccflags-y +=-I$(srctree)/include/
|
|||
asflags-y = $(ccflags-y)
|
||||
|
||||
obj-y = vector_table.o reset.o \
|
||||
nmi_on_reset.o prep_c.o scs.o scb.o nmi.o \
|
||||
nmi_on_reset.o prep_c.o scb.o nmi.o \
|
||||
exc_manage.o
|
||||
|
||||
obj-$(CONFIG_IRQ_VECTOR_TABLE_SOC) += irq_vector_table.o
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2013-2014 Wind River Systems, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief ARM CORTEX-M Series System Control Space
|
||||
*
|
||||
* Most of the SCS interface consists of simple bit-flipping methods, and is
|
||||
* implemented as inline functions in scs.h. This module thus contains only data
|
||||
* definitions and more complex routines, if needed.
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
/* the linker always puts this object at 0xe000e000 */
|
||||
volatile struct __scs __scs_section __scs;
|
Loading…
Add table
Add a link
Reference in a new issue