Skip to content
Snippets Groups Projects
Commit 02499e4e authored by David Müller (ELSOFT AG)'s avatar David Müller (ELSOFT AG) Committed by Tom Rini
Browse files

arm: the ARM920T is THUMB capable, so select the appropriate ISA

parent 03a3a8ae
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ endif
# This selects which instruction set is used.
arch-$(CONFIG_CPU_ARM720T) =-march=armv4
arch-$(CONFIG_CPU_ARM920T) =-march=armv4
arch-$(CONFIG_CPU_ARM920T) =-march=armv4t
arch-$(CONFIG_CPU_ARM926EJS) =-march=armv5te
arch-$(CONFIG_CPU_ARM946ES) =-march=armv4
arch-$(CONFIG_CPU_SA1100) =-march=armv4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment