mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: the ARM920T is THUMB capable, so select the appropriate ISA
Signed-off-by: David Müller <d.mueller@elsoft.ch>
This commit is contained in:
parent
03a3a8aec8
commit
02499e4edc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue