summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-25 21:18:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-25 21:18:19 +0000
commit76ea067b8f2c7240d29af60b90bdfab005e7b766 (patch)
treee8ffedf70717855fb2f632a4ea7f468122434508 /nuttx/configs/mx1ads/ostest
parent5fe2d3ad004c6d2e260f398d40ae0faa018cc17b (diff)
downloadpx4-nuttx-76ea067b8f2c7240d29af60b90bdfab005e7b766.tar.gz
px4-nuttx-76ea067b8f2c7240d29af60b90bdfab005e7b766.tar.bz2
px4-nuttx-76ea067b8f2c7240d29af60b90bdfab005e7b766.zip
imx update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1738 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mx1ads/ostest')
-rw-r--r--nuttx/configs/mx1ads/ostest/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mx1ads/ostest/Make.defs b/nuttx/configs/mx1ads/ostest/Make.defs
index 6ceed36b7..489b6ccce 100644
--- a/nuttx/configs/mx1ads/ostest/Make.defs
+++ b/nuttx/configs/mx1ads/ostest/Make.defs
@@ -61,9 +61,9 @@ else
endif
ifeq ($(ARCHCCMAJOR),4)
- ARCHCPUFLAGS = -mtune=arm9tdmi -march=armv4t -mfloat-abi=soft
+ ARCHCPUFLAGS = -mtune=arm920t -march=armv4t -mfloat-abi=soft
else
- ARCHCPUFLAGS = -mapcs-32 -mtune=arm9tdmi -march=armv4t -msoft-float
+ ARCHCPUFLAGS = -mapcs-32 -mtune=arm920t -march=armv4t -msoft-float
endif
ARCHDEFINES =
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include