mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 13:22:31 +08:00
bsps/arm: ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX
Change the ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX value to be in line with the workspace entry in ARMV7_CP15_START_DEFAULT_SECTIONS. Close #4395.
This commit is contained in:
@@ -99,7 +99,7 @@ typedef struct {
|
||||
.flags = ARMV7_MMU_DATA_READ_WRITE_CACHED \
|
||||
}
|
||||
|
||||
#define ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX 8
|
||||
#define ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX 9
|
||||
|
||||
BSP_START_DATA_SECTION extern const arm_cp15_start_section_config
|
||||
arm_cp15_start_mmu_config_table[];
|
||||
|
||||
Reference in New Issue
Block a user