commit | 619bf82f3814ab52a37af6fea34a1829d5f8d0f4 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sat Jul 05 23:11:11 2008 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Tue Aug 12 18:41:42 2008 +0200 |
tree | 3416b5a556c770ff8ec0a728b7616f87ebfe9643 | |
parent | 1ec1677c500c0ab392d4b5353258044db8e8c420 [diff] [blame] |
at91: move arch-at91sam9 to arch-at91 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/cpu/arm926ejs/at91/config.mk b/cpu/arm926ejs/at91/config.mk new file mode 100644 index 0000000..31491a8 --- /dev/null +++ b/cpu/arm926ejs/at91/config.mk
@@ -0,0 +1,3 @@ +PLATFORM_CPPFLAGS += -march=armv5te +PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,) +LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91/u-boot.lds