diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-20 03:28:00 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-06-14 12:42:06 +0200 |
commit | a7e3dacbcb418a80bd8f28a0b463e924b7085cd3 (patch) | |
tree | 553953cc1d5808287cfc89c6e6ae7bc869878c57 /board/renesas/r0p7734/Kconfig | |
parent | c81b1a8a71fd9a807cbf9aef17f84bec6969a269 (diff) |
sh: r0p7734: 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/renesas/r0p7734/Kconfig')
-rw-r--r-- | board/renesas/r0p7734/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/renesas/r0p7734/Kconfig b/board/renesas/r0p7734/Kconfig deleted file mode 100644 index 7f24f41b8f..0000000000 --- a/board/renesas/r0p7734/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_R0P7734 - -config SYS_BOARD - default "r0p7734" - -config SYS_VENDOR - default "renesas" - -config SYS_CONFIG_NAME - default "r0p7734" - -endif |