summaryrefslogtreecommitdiff
path: root/board/miromico/hammerhead/Kconfig
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2015-05-11 11:07:25 (GMT)
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-06-10 12:03:21 (GMT)
commite36930764471711c12a7fac8dfb9535b96a284ca (patch)
treef9afa47a53a9933f25919bed6048bd2d6943427b /board/miromico/hammerhead/Kconfig
parent9eb45aabe0780eb837baefe706482fe7bf68d9fc (diff)
downloadu-boot-e36930764471711c12a7fac8dfb9535b96a284ca.tar.xz
avr32: delete non generic board hammerhead
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/miromico/hammerhead/Kconfig')
-rw-r--r--board/miromico/hammerhead/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/miromico/hammerhead/Kconfig b/board/miromico/hammerhead/Kconfig
deleted file mode 100644
index 1f09ef7..0000000
--- a/board/miromico/hammerhead/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_HAMMERHEAD
-
-config SYS_BOARD
- default "hammerhead"
-
-config SYS_VENDOR
- default "miromico"
-
-config SYS_SOC
- default "at32ap700x"
-
-config SYS_CONFIG_NAME
- default "hammerhead"
-
-endif