added functions (in cache.[ch]) to flush data and instruction caches for specific memory regions

This commit is contained in:
Markus Fröschle
2012-10-14 10:37:54 +00:00
parent 1792368231
commit 12c280c405

View File

@@ -36,6 +36,7 @@ CSRCS= \
$(SRCDIR)/startcf.c \
$(SRCDIR)/sysinit.c \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/sd_card.c \
$(SRCDIR)/last.c