diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-05-11 13:07:24 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-06-10 14:03:19 +0200 |
commit | 9eb45aabe0780eb837baefe706482fe7bf68d9fc (patch) | |
tree | 1f23e773acb413da002e87d2e6520e28755aaeb0 /arch | |
parent | fb1e3eb9eae5eda7fe9ea0efce60ae95a62d0006 (diff) | |
download | u-boot-imx-9eb45aabe0780eb837baefe706482fe7bf68d9fc.zip u-boot-imx-9eb45aabe0780eb837baefe706482fe7bf68d9fc.tar.gz u-boot-imx-9eb45aabe0780eb837baefe706482fe7bf68d9fc.tar.bz2 |
avr32: delete non generic board favr-32-ezkit
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/avr32/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index c69654c..34881ed 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -26,9 +26,6 @@ config TARGET_ATSTK1004 config TARGET_ATSTK1006 bool "Support atstk1006" -config TARGET_FAVR_32_EZKIT - bool "Support favr-32-ezkit" - config TARGET_GRASSHOPPER bool "Support grasshopper" @@ -43,7 +40,6 @@ endchoice source "board/atmel/atngw100/Kconfig" source "board/atmel/atngw100mkii/Kconfig" source "board/atmel/atstk1000/Kconfig" -source "board/earthlcd/favr-32-ezkit/Kconfig" source "board/in-circuit/grasshopper/Kconfig" source "board/mimc/mimc200/Kconfig" source "board/miromico/hammerhead/Kconfig" |