bsps/arm: Disable alignment exceptions

This commit is contained in:
Sebastian Huber
2013-07-15 09:52:45 +02:00
parent c8d78ee510
commit 06adfae309
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ rvpbxa9_mmu_config_table[] = {
BSP_START_TEXT_SECTION static void setup_mmu_and_cache(void)
{
uint32_t ctrl = arm_cp15_start_setup_mmu_and_cache(
0,
ARM_CP15_CTRL_A,
ARM_CP15_CTRL_AFE | ARM_CP15_CTRL_Z
);

View File

@@ -80,7 +80,7 @@ zynq_mmu_config_table[] = {
BSP_START_TEXT_SECTION static void setup_mmu_and_cache(void)
{
uint32_t ctrl = arm_cp15_start_setup_mmu_and_cache(
0,
ARM_CP15_CTRL_A,
ARM_CP15_CTRL_AFE | ARM_CP15_CTRL_Z
);