summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 11:00:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 11:00:48 +0000
commit6ae51d2e96615572552c1036dd8351b2bab9e5ab (patch)
tree167af2e650c5af8ff801d84f7605a381b58607ed /c
parent2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6ae51d2e96615572552c1036dd8351b2bab9e5ab.tar.bz2
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg conventions, unused).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/ChangeLog5
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg1
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
index 8a0709be28..992be0f685 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
+++ b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg
+ conventions, unused).
+
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspreset.c:
diff --git a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
index 46984275d5..f2f54d4fcc 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
+++ b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
@@ -3,7 +3,6 @@
#
# $Id$
#
-USE_THUMB_MODE=YES
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.