Re: [PATCH v2 24/35] common: Move reset_cpu() to the CPU header

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:01AM -0700, Simon Glass wrote: > Move this function out of common.h and into a relevant header file. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 24/35] common: Move reset_cpu() to the CPU header

2019-12-28 Thread Simon Glass
Move this function out of common.h and into a relevant header file. Signed-off-by: Simon Glass --- Changes in v2: None arch/arc/lib/reset.c| 1 + arch/arm/cpu/arm920t/ep93xx/cpu.c | 1 + arch/arm/cpu/arm920t/imx/timer.c