summaryrefslogtreecommitdiffstats
path: root/bsps/bfin/TLL6527M
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/bfin/TLL6527M')
-rw-r--r--bsps/bfin/TLL6527M/include/tm27.h2
-rw-r--r--bsps/bfin/TLL6527M/start/bsp_specs0
-rw-r--r--bsps/bfin/TLL6527M/start/linkcmds2
3 files changed, 3 insertions, 1 deletions
diff --git a/bsps/bfin/TLL6527M/include/tm27.h b/bsps/bfin/TLL6527M/include/tm27.h
index 6a943fec1b..f192790a0f 100644
--- a/bsps/bfin/TLL6527M/include/tm27.h
+++ b/bsps/bfin/TLL6527M/include/tm27.h
@@ -34,6 +34,8 @@
#define MUST_WAIT_FOR_INTERRUPT 0
+#define TM27_USE_VECTOR_HANDLER
+
#define Install_tm27_vector(handler) \
{ \
set_vector( handler, 0x06, 1 ); \
diff --git a/bsps/bfin/TLL6527M/start/bsp_specs b/bsps/bfin/TLL6527M/start/bsp_specs
deleted file mode 100644
index e69de29bb2..0000000000
--- a/bsps/bfin/TLL6527M/start/bsp_specs
+++ /dev/null
diff --git a/bsps/bfin/TLL6527M/start/linkcmds b/bsps/bfin/TLL6527M/start/linkcmds
index 315f1b7149..2185678184 100644
--- a/bsps/bfin/TLL6527M/start/linkcmds
+++ b/bsps/bfin/TLL6527M/start/linkcmds
@@ -129,7 +129,7 @@ SECTIONS
} > sdram
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
} > sdram
.rtemsstack (NOLOAD) : {