From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 13 May 2019 16:01:55 +0200 Subject: [U-Boot] [PATCH 09/12] sh: mpr2: Remove the board In-Reply-To: <8e3150a66c184807a830c5c0bc307d39@de.bosch.com> References: <20190510203118.24723-1-marek.vasut+renesas@gmail.com> <20190510203118.24723-9-marek.vasut+renesas@gmail.com> <8e3150a66c184807a830c5c0bc307d39@de.bosch.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5/13/19 2:31 PM, Jonas Mark (BT-FIR/ENG1) wrote: > Hi Marek, Hi, >> Betreff: [PATCH 09/12] sh: mpr2: 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 >> Cc: Chris Brandt >> Cc: Mark Jonas >> Cc: Nobuhiro Iwamatsu >> Cc: Vladimir Zapolskiy >> Cc: Yoshihiro Shimoda >> --- >> arch/sh/Kconfig | 5 -- >> board/mpr2/Kconfig | 9 --- >> board/mpr2/MAINTAINERS | 6 -- >> board/mpr2/Makefile | 19 ----- >> board/mpr2/lowlevel_init.S | 117 ------------------------------- >> board/mpr2/mpr2.c | 137 ------------------------------------- >> configs/mpr2_defconfig | 31 --------- >> include/configs/mpr2.h | 55 --------------- >> 8 files changed, 379 deletions(-) >> delete mode 100644 board/mpr2/Kconfig >> delete mode 100644 board/mpr2/MAINTAINERS delete mode 100644 >> board/mpr2/Makefile delete mode 100644 board/mpr2/lowlevel_init.S >> delete mode 100644 board/mpr2/mpr2.c delete mode 100644 >> configs/mpr2_defconfig delete mode 100644 include/configs/mpr2.h > > Sad but true: U-Boot is not supported on this board anymore. Oh well, I'll try to keep at least SH4 alive :) > Acked-by: Mark Jonas Thanks! -- Best regards, Marek Vasut