aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC56ELxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-05 11:30:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-05 11:30:59 +0000
commit56ed7a20142b6a136094221aaccd8f3e9ecd7e6b (patch)
tree03c63047577f39ae43d8fb3472511c4e2793270d /os/ports/GCC/PPC/SPC56ELxx
parent495605c4e28fe4a5cf973d6dbb935cb996fcf5d7 (diff)
downloadChibiOS-56ed7a20142b6a136094221aaccd8f3e9ecd7e6b.tar.gz
ChibiOS-56ed7a20142b6a136094221aaccd8f3e9ecd7e6b.tar.bz2
ChibiOS-56ed7a20142b6a136094221aaccd8f3e9ecd7e6b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5115 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC56ELxx')
-rw-r--r--os/ports/GCC/PPC/SPC56ELxx/bam.s4
-rw-r--r--os/ports/GCC/PPC/SPC56ELxx/hwconf.s10
2 files changed, 7 insertions, 7 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/bam.s b/os/ports/GCC/PPC/SPC56ELxx/bam.s
index 54079d311..d4f62795e 100644
--- a/os/ports/GCC/PPC/SPC56ELxx/bam.s
+++ b/os/ports/GCC/PPC/SPC56ELxx/bam.s
@@ -140,8 +140,8 @@
mtspr 529, r31
mtspr 530, r31
- /* MMU configuration.*/
- bl _mmuconf
+ /* HW configuration.*/
+ bl _hwconf
b _boot_address
diff --git a/os/ports/GCC/PPC/SPC56ELxx/hwconf.s b/os/ports/GCC/PPC/SPC56ELxx/hwconf.s
index 3d903e15e..0c1617d69 100644
--- a/os/ports/GCC/PPC/SPC56ELxx/hwconf.s
+++ b/os/ports/GCC/PPC/SPC56ELxx/hwconf.s
@@ -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 */