]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm926ejs/config.mk
Fix e-mail address of Gary Jennejohn.
[people/ms/u-boot.git] / cpu / arm926ejs / config.mk
index 84b68ae9d6b24ff77d504e7764e442b2917e10b4..885d5c134e904f8acd53a3832c7628620014b437 100644 (file)
@@ -1,6 +1,6 @@
 #
 # (C) Copyright 2002
-# Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
+# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
 #
 # See file CREDITS for list of people who contributed to this
 # project.
@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv5te
 #
 # =========================================================================
 PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
+PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))