]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm_cortexa8/start.S
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / arm_cortexa8 / start.S
index 6bd65521bdf29248a8e6713fead9ea5e03cf1d9a..4bbb56ae2f8fe4a0a91643ef3060fbc69f9a57ed 100644 (file)
@@ -9,6 +9,7 @@
  * Copyright (c) 2003  Richard Woodruff <r-woodruff2@ti.com>
  * Copyright (c) 2003  Kshitij <kshitij@ti.com>
  * Copyright (c) 2006-2008 Syed Mohammed Khasim <x0khasim@ti.com>
+ * Copyright (c) 2009 Freescale Semiconductor, Inc.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -177,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