conf/machine/atngw100.conf :
authorStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 2 May 2008 10:04:48 +0000 (10:04 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 2 May 2008 10:04:48 +0000 (10:04 +0000)
conf/machine/at32stk1000.conf : Tune avr32 based boards for at32ap7000

conf/machine/at32stk1000.conf
conf/machine/atngw100.conf
conf/machine/include/tune-at32ap7000.inc [new file with mode: 0644]

index 13523ee..7a73702 100644 (file)
@@ -28,4 +28,6 @@ UBOOT_MACHINE = "atstk1002_config"
 UBOOT_ENTRYPOINT = "0x90000000"
 UBOOT_LOADADDRESS = "0x10000000"
 
+require conf/machine/include/tune-at32ap7000.inc
+
 
index 0bf8988..d7e17aa 100644 (file)
@@ -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 (file)
index 0000000..2efe0bb
--- /dev/null
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=ap"
+PACKAGE_ARCH = "avr32"
+FEED_ARCH = "avr32"