arch: arm: aarch32: Change CPU_CORTEX_R kconfig option
Change the CPU_CORTEX_R kconfig option to CPU_AARCH32_CORTEX_R to distinguish the armv7 version from the armv8 version of Cortex-R. Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
This commit is contained in:
parent
3b51f9b9e8
commit
c0dd594d4d
38 changed files with 119 additions and 119 deletions
|
@ -30,7 +30,7 @@ static inline void timestamp_serialize(void)
|
|||
/* isb is available in all Cortex-M */
|
||||
__ISB();
|
||||
}
|
||||
#elif defined(CONFIG_CPU_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A)
|
||||
#elif defined(CONFIG_CPU_AARCH32_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A)
|
||||
#include <arch/arm/aarch32/cortex_a_r/cpu.h>
|
||||
static inline void timestamp_serialize(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue