summaryrefslogtreecommitdiff
path: root/board/st/u8500/Makefile
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2010-05-17 17:41:25 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2010-05-19 09:52:53 +0200
commit07967a694db6f9652453c302537d574ec10c63dc (patch)
tree3a08e67ce9f0f2c65385a8c67beb819e5ab453fb /board/st/u8500/Makefile
parent83a5126ea67b3278d656f6f1b72962479de14320 (diff)
removed core2 related code
See ER 257608 Second core must not be woken up in U-Boot. If the kernel boots with only one core (nosmp), it cannot be guaranteed that the memory the second CPU is running from, is unused. Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Change-Id: If6acd1311d14be8514afde3dff4260db6a37cc54 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/310 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'board/st/u8500/Makefile')
-rw-r--r--board/st/u8500/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/u8500/Makefile b/board/st/u8500/Makefile
index 3ed1ab0e1..1dcc9e1a3 100644
--- a/board/st/u8500/Makefile
+++ b/board/st/u8500/Makefile
@@ -27,7 +27,6 @@ CFLAGS += -D__RELEASE -D__STN_8500
LIB = $(obj)lib$(BOARD).a
COBJS := u8500.o flash.o gpio.o u8500_i2c.o mmc.o mmc_utils.o init_mmc.o emmc.o clock.o
-SOBJS := core2.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))