diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-05-11 13:07:25 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-06-10 14:03:21 +0200 |
commit | e36930764471711c12a7fac8dfb9535b96a284ca (patch) | |
tree | f9afa47a53a9933f25919bed6048bd2d6943427b /arch | |
parent | 9eb45aabe0780eb837baefe706482fe7bf68d9fc (diff) | |
download | u-boot-e36930764471711c12a7fac8dfb9535b96a284ca.tar.gz |
avr32: delete non generic board hammerhead
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 34881edd45..cfcdbe7565 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -32,9 +32,6 @@ config TARGET_GRASSHOPPER config TARGET_MIMC200 bool "Support mimc200" -config TARGET_HAMMERHEAD - bool "Support hammerhead" - endchoice source "board/atmel/atngw100/Kconfig" @@ -42,6 +39,5 @@ source "board/atmel/atngw100mkii/Kconfig" source "board/atmel/atstk1000/Kconfig" source "board/in-circuit/grasshopper/Kconfig" source "board/mimc/mimc200/Kconfig" -source "board/miromico/hammerhead/Kconfig" endmenu |