diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-17 09:28:33 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-17 09:28:33 +0000 |
commit | 7591247d51cec39a8434ceae549719a40387a006 (patch) | |
tree | 660301fdf2332d5e437cd5650cf37618c65b959e | |
parent | 7a5ded75d51024601aaa804b4694cc1567c402cc (diff) |
Remove AVR32 target variants, the current entries refers to CHIPS which have the same CPU core, CHIP variant is defined elsewhere
-rw-r--r-- | target/Config.in.arch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index 017dd87fa..15dab9a18 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -186,18 +186,6 @@ endchoice choice prompt "Target Architecture Variant" - depends on BR2_avr32 -config BR2_at32ap7000 - bool "AT32AP7000" -config BR2_at32ap7001 - bool "AT32AP7001" -config BR2_at32ap7002 - bool "AT32AP7002" -endchoice - - -choice - prompt "Target Architecture Variant" depends on BR2_sh default BR2_sh4 help |