diff options
author | wdenk <wdenk> | 2004-07-10 23:11:10 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-10 23:11:10 +0000 |
commit | fabd46acff08edd9f945340338caa07bb0534e64 (patch) | |
tree | 1e7c65a900dfd446023b5522e162b56d18ed87b6 /include/common.h | |
parent | 10a36a98c40f06980ba80ef1ec966c5c0e216238 (diff) |
* Patch by Prakash Kumar, 27 Jun 2004:
Add support for the PXA250 based Intrinsyc Cerf board.
* Patch by Yasushi Shoji, 27 Jun 2004:
fix comment in include/common.h
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 8ab84326b43..02efba3c7af 100644 --- a/include/common.h +++ b/include/common.h @@ -468,7 +468,7 @@ ulong vfd_setmem (ulong); /* $(CPU)/.../video.c */ ulong video_setmem (ulong); -/* ppc/cache.c */ +/* lib_$(ARCH)/cache.c */ void flush_cache (unsigned long, unsigned long); |