diff options
author | Michal Simek <monstr@monstr.eu> | 2010-04-16 12:56:33 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-04-16 12:56:33 +0200 |
commit | 8ff972c6e99938f1a033e5500dccc9a37ce3406f (patch) | |
tree | 59fb5422f385e27d04ce3ee6b90cab665ed21626 /arch/microblaze/lib/Makefile | |
parent | 9b4d90569028604bc491ea419187c31e4467bdca (diff) | |
download | u-boot-imx-8ff972c6e99938f1a033e5500dccc9a37ce3406f.zip u-boot-imx-8ff972c6e99938f1a033e5500dccc9a37ce3406f.tar.gz u-boot-imx-8ff972c6e99938f1a033e5500dccc9a37ce3406f.tar.bz2 |
microblaze: Consolidate cache code
Merge cpu and lib cache code.
Flush cache before disabling.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/lib/Makefile')
-rw-r--r-- | arch/microblaze/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/lib/Makefile b/arch/microblaze/lib/Makefile index 9b0f296..8176437 100644 --- a/arch/microblaze/lib/Makefile +++ b/arch/microblaze/lib/Makefile @@ -29,7 +29,6 @@ SOBJS-y += COBJS-y += board.o COBJS-y += bootm.o -COBJS-y += cache.o COBJS-y += time.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) |