Re: [U-Boot] [PATCH v4 29/42] common: Move some cache and MMU functions out of common.h

2019-11-19 Thread Tom Rini
On Thu, Nov 14, 2019 at 12:57:37PM -0700, Simon Glass wrote: > These functions belong in cpu_func.h. Another option would be cache.h > but that code uses driver model and we have not moved these cache > functions to use driver model. Since they are CPU-related it seems > reasonable to put them her

[U-Boot] [PATCH v4 29/42] common: Move some cache and MMU functions out of common.h

2019-11-14 Thread Simon Glass
These functions belong in cpu_func.h. Another option would be cache.h but that code uses driver model and we have not moved these cache functions to use driver model. Since they are CPU-related it seems reasonable to put them here. Move them over. Signed-off-by: Simon Glass --- Changes in v4: -