commit | 1b3d24b7351b0a19cfcfe17bc2f5d654c5a2ebcd | [log] [tgz] |
---|---|---|
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | Tue Nov 26 12:19:27 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:43:24 2019 -0500 |
tree | f8ecb2764466b8be98b340ec36e028463f17681e | |
parent | 78b7aa455aabcdbc987cea283594fb7d74858544 [diff] |
armv7m: cache: add invalidate_icache_all() stub This commit: https://gitlab.denx.de/u-boot/u-boot/commit/d409c962169bd293e39386d0ddfa64d5222a3be4 causes build failure with ICACHE enabled. This is due to missing invalidate_icache_all() stub. Let's add empty invalidate_icache_all() in the case where ICACHE is not enabled. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>