commit | 1d91ba7c79368e9e193dbcde665cb7e9f4baf2dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:37 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:55 2019 -0500 |
tree | 5fd0d2b4811b377e8a453b2460d86ccff8f5b14b | |
parent | fbf091be9adee52aa463ef7150b8c5732354006d [diff] |
common: Move some cache and MMU functions out of common.h 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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>