diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-07 22:02:39 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-10 22:43:18 +0200 |
commit | 89a6b74636e4295ef4bc9c3af3caed82d2d54e84 (patch) | |
tree | 842b695c04f392bf8d21a78370fb24dfc35dc0e6 /board/shmin/Kconfig | |
parent | d7d7e84856e8be9d0e7089b1c0daacbe796433bb (diff) |
sh: shmin: 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/shmin/Kconfig')
-rw-r--r-- | board/shmin/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/shmin/Kconfig b/board/shmin/Kconfig deleted file mode 100644 index 467580c67b..0000000000 --- a/board/shmin/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_SHMIN - -config SYS_BOARD - default "shmin" - -config SYS_CONFIG_NAME - default "shmin" - -endif |