commit | 1af03bd562568c67612da116a5d591ac40cbbf2e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 30 13:38:53 2012 +0000 |
committer | Tom Warren <twarren@nvidia.com> | Mon Nov 19 08:15:34 2012 -0700 |
tree | e6f5c37e825cd283eaa50aedd3f4676d4b3fd8bf | |
parent | 9cb48e85c2fa7893c96bb59baa813ba403df06ab [diff] |
pxa: Disable dcache on palmld, palmtc, zipitz2 These platforms don't include dcache support. Define CONFIG_SYS_DCACHE_OFF so that functions don't try to call non-existent routines like flush_dcache_range(). Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>