[PATCH] board: renesas: ebisu: Drop CA57 check in reset_cpu()

2020-09-17 Thread Lad Prabhakar
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. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das --- boar

Re: [PATCH] board: renesas: ebisu: Drop CA57 check in reset_cpu()

2020-09-17 Thread Marek Vasut
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. [...] App