summaryrefslogtreecommitdiff
path: root/board/atmark-techno/armadillo-800eva/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-02 14:33:33 +0300
committerTom Rini <trini@konsulko.com>2022-08-21 04:18:15 +0300
commit0fb054b3f7ea0764ade8d83f7d482e76add62063 (patch)
tree64f5df9ec949b4c87189ef32aae6f42a200cb873 /board/atmark-techno/armadillo-800eva/Kconfig
parentd8d5ab40d5429240219058371aaa203755cd3100 (diff)
downloadu-boot-0fb054b3f7ea0764ade8d83f7d482e76add62063.tar.xz
arm: Remove armadillo-800eva board
This board is behind on several mandatory DM migrations and is missing OF_CONTROL support that makes other conversions impossible. Remove it. Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmark-techno/armadillo-800eva/Kconfig')
-rw-r--r--board/atmark-techno/armadillo-800eva/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/atmark-techno/armadillo-800eva/Kconfig b/board/atmark-techno/armadillo-800eva/Kconfig
deleted file mode 100644
index cd37dd4861..0000000000
--- a/board/atmark-techno/armadillo-800eva/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_ARMADILLO_800EVA
-
-config SYS_BOARD
- default "armadillo-800eva"
-
-config SYS_VENDOR
- default "atmark-techno"
-
-config SYS_CONFIG_NAME
- default "armadillo-800eva"
-
-endif