u-boot-brain/arch/arm/cpu/armv7m
Giulio Benetti 1b3d24b735 armv7m: cache: add invalidate_icache_all() stub
This commit:
d409c96216
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>
2019-12-03 08:43:24 -05:00
..
cache.c armv7m: cache: add invalidate_icache_all() stub 2019-12-03 08:43:24 -05:00
config.mk arm: armv7m: Clean up some thumb / compiler flag options 2018-05-23 13:03:42 -04:00
cpu.c common: Move enable/disable_interrupts out of common.h 2019-12-02 18:25:01 -05:00
Makefile arm: v7R: Add support for MPU 2018-05-07 15:53:29 -04:00
mpu.c arm: v7R: Add support for MPU 2018-05-07 15:53:29 -04:00
start.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
systick-timer.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00