From 56ed7a20142b6a136094221aaccd8f3e9ecd7e6b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 5 Feb 2013 11:30:59 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5115 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC56ELxx/bam.s | 4 ++-- os/ports/GCC/PPC/SPC56ELxx/hwconf.s | 10 +++++----- 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 */ -- cgit v1.2.3