aboutsummaryrefslogtreecommitdiffstats
path: root/boards/GENERIC_SPC56EL
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 09:49:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-15 09:49:21 +0000
commit446f34f3363f041569f80797ce4397faa1ef1e70 (patch)
treed8bacdd8c595b7b9f10949585dee21dcaf2a1a6a /boards/GENERIC_SPC56EL
parent2211987fdbd728612e3e8b4a659a104fb23c78f1 (diff)
downloadChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.tar.gz
ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.tar.bz2
ChibiOS-446f34f3363f041569f80797ce4397faa1ef1e70.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5183 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/GENERIC_SPC56EL')
-rw-r--r--boards/GENERIC_SPC56EL/board.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/boards/GENERIC_SPC56EL/board.c b/boards/GENERIC_SPC56EL/board.c
index 8de20d048..e69386b48 100644
--- a/boards/GENERIC_SPC56EL/board.c
+++ b/boards/GENERIC_SPC56EL/board.c
@@ -56,11 +56,6 @@ const PALConfig pal_default_config = {
void __early_init(void) {
spc_early_init();
-
- /* SWT disabled.*/
- SWT.SR.R = 0xC520;
- SWT.SR.R = 0xD928;
- SWT.CR.R = 0xFF00000A;
}
/*