arm: Rename IRQ_VECTOR_TABLE_BSP to IRQ_VECTOR_TABLE_PLATFORM
Replaces references to obsolete BSP terminology with platform. Change-Id: Ibd083558bbbb08a16a68d58251774fb4c84cbbf8 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
f1bcbf51f0
commit
fd0f9a2047
8 changed files with 8 additions and 8 deletions
|
@ -103,7 +103,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
|||
#
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
|
||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y
|
||||
|
|
|
@ -103,7 +103,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
|||
#
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
|
||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y
|
||||
|
|
|
@ -82,7 +82,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
|||
#
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
|
||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y
|
||||
|
|
|
@ -82,7 +82,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
|||
#
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
|
||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y
|
||||
|
|
|
@ -209,7 +209,7 @@ config IRQ_VECTOR_TABLE_CUSTOM
|
|||
- ISRs must notify the kernel manually by invoking _IntExit() when
|
||||
then are about to return.
|
||||
|
||||
config IRQ_VECTOR_TABLE_BSP
|
||||
config IRQ_VECTOR_TABLE_PLATFORM
|
||||
bool
|
||||
# omit prompt to signify a "hidden" option
|
||||
depends on SW_ISR_TABLE || !IRQ_VECTOR_TABLE_CUSTOM
|
||||
|
|
|
@ -103,7 +103,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
|||
#
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
|
||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y
|
||||
|
|
|
@ -9,4 +9,4 @@ obj-y += system.o
|
|||
obj-y += nmi_on_reset.o
|
||||
obj-y += wdog.o
|
||||
|
||||
obj-$(CONFIG_IRQ_VECTOR_TABLE_BSP) += irq_vector_table.o
|
||||
obj-$(CONFIG_IRQ_VECTOR_TABLE_PLATFORM) += irq_vector_table.o
|
||||
|
|
|
@ -9,4 +9,4 @@ obj-y += system.o
|
|||
obj-y += nmi_on_reset.o
|
||||
obj-y += scp.o
|
||||
|
||||
obj-$(CONFIG_IRQ_VECTOR_TABLE_BSP) += irq_vector_table.o
|
||||
obj-$(CONFIG_IRQ_VECTOR_TABLE_PLATFORM) += irq_vector_table.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue