Re: [U-Boot] [PATCH v4 24/42] common: Move some CPU functions out of common.h

2019-11-19 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:32PM -0700, Simon Glass wrote: > These functions belong in cpu_func.h since they do not use driver model. > Move them over. Don't bother adding comments since these functions should > be deleted. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom sign

[U-Boot] [PATCH v4 24/42] common: Move some CPU functions out of common.h

2019-11-14 Thread Simon Glass
These functions belong in cpu_func.h since they do not use driver model. Move them over. Don't bother adding comments since these functions should be deleted. Signed-off-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/cpu/armv8/fsl-layerscape/cpu.c