Re: [U-Boot] [PATCH v4 26/42] common: Move checkcpu() out of common.h

2019-11-19 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:34PM -0700, Simon Glass wrote: > This function belongs in cpu_func.h so move it over. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boo

[U-Boot] [PATCH v4 26/42] common: Move checkcpu() out of common.h

2019-11-14 Thread Simon Glass
This function belongs in cpu_func.h so move it over. Signed-off-by: Simon Glass --- Changes in v4: - Use cpu_func.h instead of cpu_legacy.h Changes in v3: None Changes in v2: None arch/powerpc/cpu/mpc83xx/cpu.c | 1 + arch/powerpc/cpu/mpc8xx/cpu.c| 1 + arch/sh