Re: [U-Boot] [PATCH v4 01/42] common: Move older CPU functions to their own header

2019-11-19 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:09PM -0700, Simon Glass wrote: > These should be moved to driver model, but in the meantime, move them > out of the common header to help reduce its size. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH v4 01/42] common: Move older CPU functions to their own header

2019-11-14 Thread Simon Glass
These should be moved to driver model, but in the meantime, move them out of the common header to help reduce its size. Signed-off-by: Simon Glass --- Changes in v4: - Rename cpu_legacy.h to cpu_func.h Changes in v3: None Changes in v2: None README | 2 +- arc