git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5115 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-02-05 11:30:59 +00:00
parent 495605c4e2
commit 56ed7a2014
2 changed files with 7 additions and 7 deletions

View File

@ -140,8 +140,8 @@
mtspr 529, r31
mtspr 530, r31
/* MMU configuration.*/
bl _mmuconf
/* HW configuration.*/
bl _hwconf
b _boot_address

View File

@ -19,8 +19,8 @@
*/
/**
* @file SPC56ELxx/mmuconf.s
* @brief SPC56ELxx MMU initial configuration.
* @file SPC56ELxx/hwconf.s
* @brief SPC56ELxx low level hardware configuration.
*
* @addtogroup PPC_CORE
* @{
@ -130,9 +130,9 @@
.section .hwinit, "ax"
.align 2
.globl _mmuconf
.type _mmuconf, @function
_mmuconf:
.globl _hwconf
.type _hwconf, @function
_hwconf:
/* TLB0 allocated to flash.*/
e_lis r3, TLB0_MAS0@h
mtspr 624, r3 /* MAS0 */