Commit e7882905 authored by Bradley Bolen's avatar Bradley Bolen Committed by Ioannis Glaropoulos
Browse files

arch: arm: Move prep_c.c to common location



This file provides functionality that will be common to Cortex-R.

Signed-off-by: default avatarBradley Bolen <bbolen@lexmark.com>
parent 505aebf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ zephyr_library_sources(
  fatal.c
  nmi.c
  nmi_on_reset.S
  prep_c.c
)

zephyr_library_sources_ifdef(CONFIG_GEN_SW_ISR_TABLE isr_wrapper.S)
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ zephyr_library()
zephyr_library_sources(
  vector_table.S
  reset.S
  prep_c.c
  fault.c
  scb.c
  irq_init.c