diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-02 10:04:48 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-02 10:04:48 +0000 |
commit | 7f20dabaef2d4b55811836cdce58ed4283816cf6 (patch) | |
tree | c665a5ab7af4ce3e98b55cc16bb10f4f5f2d287b /conf/machine/at32stk1000.conf | |
parent | a88326a23044624d18314aed2f86d2b7e33a23e0 (diff) |
conf/machine/atngw100.conf :
conf/machine/at32stk1000.conf : Tune avr32 based boards for at32ap7000
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 + |