From 353219b389c09439a6f8be3af7ced0070f6482de Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 14 Feb 2013 11:05:29 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5180 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC56ELxx/hal_lld.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'os/hal') 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) { -- cgit v1.2.3