diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-07 21:51:39 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-10 22:43:18 +0200 |
commit | 54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c (patch) | |
tree | 95664b7b95323ea54d8b4d7cd7ef0230e43caa0a /board/renesas/rsk7269/Makefile | |
parent | 58300f399f71ddc0ebdcd344cdf9f973aa0613b2 (diff) |
sh: rsk7269: 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/rsk7269/Makefile')
-rw-r--r-- | board/renesas/rsk7269/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/renesas/rsk7269/Makefile b/board/renesas/rsk7269/Makefile deleted file mode 100644 index c4371f99fb..0000000000 --- a/board/renesas/rsk7269/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright (C) 2012 Renesas Electronics Europe Ltd. -# Copyright (C) 2012 Phil Edworthy -# - -obj-y := rsk7269.o -extra-y += lowlevel_init.o |