diff options
Diffstat (limited to 'cpu/arm_cortexa8/start.S')
-rw-r--r-- | cpu/arm_cortexa8/start.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/start.S b/cpu/arm_cortexa8/start.S index 4983a47..4bbb56a 100644 --- a/cpu/arm_cortexa8/start.S +++ b/cpu/arm_cortexa8/start.S @@ -178,6 +178,9 @@ clbss_l: add r0, r0, #4 @ increment clear index pointer bne clbss_l @ keep clearing till at end +#ifdef CONFIG_ARCH_MMU + bl board_mmu_init +#endif ldr pc, _start_armboot @ jump to C code _start_armboot: .word start_armboot |