summaryrefslogtreecommitdiff
path: root/target/avr32/systems
diff options
context:
space:
mode:
Diffstat (limited to 'target/avr32/systems')
-rw-r--r--target/avr32/systems/atmel-ngw1002
-rw-r--r--target/avr32/systems/toolchain-avr328
2 files changed, 1 insertions, 9 deletions
diff --git a/target/avr32/systems/atmel-ngw100 b/target/avr32/systems/atmel-ngw100
index 074472aa4..3c5808d90 100644
--- a/target/avr32/systems/atmel-ngw100
+++ b/target/avr32/systems/atmel-ngw100
@@ -1,6 +1,6 @@
config ADK_TARGET_SYSTEM_ATMEL_NGW100
bool "Atmel NGW100"
- select ADK_CPU_AVR32
+ select ADK_TARGET_CPU_AVR32
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_PCI
select ADK_TARGET_WITH_NET
diff --git a/target/avr32/systems/toolchain-avr32 b/target/avr32/systems/toolchain-avr32
deleted file mode 100644
index 76df7491c..000000000
--- a/target/avr32/systems/toolchain-avr32
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_TARGET_SYSTEM_TOOLCHAIN_AVR32
- bool "Toolchain only"
- select ADK_CPU_AVR32
- select ADK_TARGET_TOOLCHAIN
- select ADK_TARGET_PACKAGE_TXZ
- help
- AVR32 toolchain.
-