diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/arm720t/s3c4510b/Makefile | 1 | ||||
-rw-r--r-- | cpu/s3c44b0/cache.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm720t/s3c4510b/Makefile b/cpu/arm720t/s3c4510b/Makefile index c9520b6..c099036 100644 --- a/cpu/arm720t/s3c4510b/Makefile +++ b/cpu/arm720t/s3c4510b/Makefile @@ -43,4 +43,3 @@ include $(SRCTREE)/rules.mk sinclude $(obj).depend ######################################################################### - diff --git a/cpu/s3c44b0/cache.c b/cpu/s3c44b0/cache.c index bc10171..66974f6 100644 --- a/cpu/s3c44b0/cache.c +++ b/cpu/s3c44b0/cache.c @@ -88,4 +88,3 @@ int dcache_status (void) { return dcache_status(); } - |