summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-07 12:52:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-14 08:41:15 +0100
commite91c960a5ea9e9a516b81dad0fa79ae1164d72a5 (patch)
tree78bbd9679ffbab2f7f624fa131f120da524b0b75 /arch/mips/lib/Makefile
parenta38b236759978e45bceacd5f41b29a7197735971 (diff)
downloadbarebox-e91c960a5ea9e9a516b81dad0fa79ae1164d72a5.tar.gz
barebox-e91c960a5ea9e9a516b81dad0fa79ae1164d72a5.tar.xz
mips: initialize malloc pool before start_barebox()
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r--arch/mips/lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
index a31046b80e..71c4f6b2fa 100644
--- a/arch/mips/lib/Makefile
+++ b/arch/mips/lib/Makefile
@@ -3,7 +3,6 @@ obj-$(CONFIG_CSRC_R4K_LIB) += csrc-r4k.o
obj-y += lshrdi3.o
obj-y += ashldi3.o
obj-y += ashrdi3.o
-obj-y += memory.o
obj-y += cpu-probe.o
obj-y += traps.o
obj-y += genex.o