From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 17 Sep 2020 22:39:19 +0200 Subject: [PATCH] board: renesas: ebisu: Drop CA57 check in reset_cpu() In-Reply-To: <20200917142822.29206-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20200917142822.29206-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Message-ID: <2bcface8-82ea-ad14-9cad-463bd3d43323@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9/17/20 4:28 PM, Lad Prabhakar wrote: > Renesas Ebisu board is based on R-Car E3 SoC which has dual CA53 and > a CR7. > > This patch drops check for cputype from reset_cpu() and also drops the > corresponding CA57 macros. While at it also dropped RST_RSTOUTCR macro > which is unused. [...] Applied, thanks.