aboutsummaryrefslogtreecommitdiff
path: root/board/ms7722se/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut2019-05-20 03:18:46 +0200
committerMarek Vasut2019-06-14 12:42:06 +0200
commit6b371a7a4bd1f8f01e791e8ad538fcd03b1eeba5 (patch)
tree9932e2753659d43f03412567ad45944c48c89270 /board/ms7722se/Kconfig
parentea349270e38473455f0bbfafb38e4838e6b2b701 (diff)
sh: ms7722: Remove the board
Last change to this board was done in 2016, has no prospects of ever being converted to DM, drop it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Chris Brandt <chris.brandt@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Vladimir Zapolskiy <vz@mleia.com> Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
Diffstat (limited to 'board/ms7722se/Kconfig')
-rw-r--r--board/ms7722se/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/ms7722se/Kconfig b/board/ms7722se/Kconfig
deleted file mode 100644
index 39027c9864f..00000000000
--- a/board/ms7722se/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_MS7722SE
-
-config SYS_BOARD
- default "ms7722se"
-
-config SYS_CONFIG_NAME
- default "ms7722se"
-
-endif