From 7f20dabaef2d4b55811836cdce58ed4283816cf6 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Fri, 2 May 2008 10:04:48 +0000 Subject: conf/machine/atngw100.conf : conf/machine/at32stk1000.conf : Tune avr32 based boards for at32ap7000 --- conf/machine/at32stk1000.conf | 2 ++ conf/machine/atngw100.conf | 1 + conf/machine/include/tune-at32ap7000.inc | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 conf/machine/include/tune-at32ap7000.inc diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 13523ee1e5..7a7370263a 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -28,4 +28,6 @@ UBOOT_MACHINE = "atstk1002_config" UBOOT_ENTRYPOINT = "0x90000000" UBOOT_LOADADDRESS = "0x10000000" +require conf/machine/include/tune-at32ap7000.inc + diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 0bf8988ac2..d7e17aa896 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -27,3 +27,4 @@ UBOOT_ENTRYPOINT = "0x90000000" UBOOT_LOADADDRESS = "0x10000000" +require conf/machine/include/tune-at32ap7000.inc diff --git a/conf/machine/include/tune-at32ap7000.inc b/conf/machine/include/tune-at32ap7000.inc new file mode 100644 index 0000000000..2efe0bb3e2 --- /dev/null +++ b/conf/machine/include/tune-at32ap7000.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=ap" +PACKAGE_ARCH = "avr32" +FEED_ARCH = "avr32" -- cgit v1.2.3