aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-14 11:05:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-14 11:05:29 +0000
commit353219b389c09439a6f8be3af7ced0070f6482de (patch)
treeb090bfebf6ac4bc47e19686c3d29d944a6a53c73
parent18078ccb46bbfa98c405deaa2d0f0c7c74d5c00d (diff)
downloadChibiOS-353219b389c09439a6f8be3af7ced0070f6482de.tar.gz
ChibiOS-353219b389c09439a6f8be3af7ced0070f6482de.tar.bz2
ChibiOS-353219b389c09439a6f8be3af7ced0070f6482de.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5180 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/SPC56ELxx/hal_lld.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.c b/os/hal/platforms/SPC56ELxx/hal_lld.c
index d31e91f75..343d143e7 100644
--- a/os/hal/platforms/SPC56ELxx/hal_lld.c
+++ b/os/hal/platforms/SPC56ELxx/hal_lld.c
@@ -138,25 +138,6 @@ void spc_early_init(void) {
RGM.FES.R = 0xFFFF;
RGM.DES.R = 0xFFFF;
- /* Enabling peripheral bridges to allow any operation.*/
-/* AIPS.MPROT.R = 0x77777777;
- AIPS.PACR0_7.R = 0;
- AIPS.PACR8_15.R = 0;
- AIPS.PACR16_23.R = 0;
- AIPS.PACR24_31.R = 0;
- AIPS.OPACR0_7.R = 0;
- AIPS.OPACR8_15.R = 0;
- AIPS.OPACR16_23.R = 0;
- AIPS.OPACR24_31.R = 0;
- AIPS.OPACR32_39.R = 0;
- AIPS.OPACR40_47.R = 0;
- AIPS.OPACR48_55.R = 0;
- AIPS.OPACR56_63.R = 0;
- AIPS.OPACR64_71.R = 0;
- AIPS.OPACR72_79.R = 0;
- AIPS.OPACR80_87.R = 0;
- AIPS.OPACR88_95.R = 0;*/
-
/* The system must be in DRUN mode on entry, if this is not the case then
it is considered a serious anomaly.*/
if (ME.GS.B.S_CURRENT_MODE != SPC5_RUNMODE_DRUN) {