summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2010-11-24 14:22:54 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-11-29 10:25:37 +0100
commiteb434f72d1f7deb13d3e5aacf6517897de7f95e4 (patch)
tree6eab97790ca8120956c025571ed78d1a9257c089
parent8d16a1caa1e65871c78ec1cd8ee37ab38cc1bdf4 (diff)
U8500: Move prcmu.c into SoC directory
prcmu.c is SoC specific, not board specific. Other db8500 based boards need it as well, therefore move it into the SoC directory. Change-Id: Ic40e474700fb737dbbb8ce7ea6c88ea1b89d2f20 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9371 Reviewed-by: Joakim AXELSSON <joakim.axelsson@stericsson.com> Reviewed-by: Markus HELGESSON <markus.helgesson@stericsson.com> Reviewed-by: Robert ROSENGREN <robert.rosengren@stericsson.com>
-rw-r--r--board/st/u8500/Makefile2
-rwxr-xr-xcpu/arm_cortexa9/stw8500/Makefile1
-rw-r--r--cpu/arm_cortexa9/stw8500/prcmu-fw-defs_v1.h (renamed from board/st/u8500/prcmu-fw-defs_v1.h)0
-rw-r--r--cpu/arm_cortexa9/stw8500/prcmu.c (renamed from board/st/u8500/prcmu.c)0
4 files changed, 2 insertions, 1 deletions
diff --git a/board/st/u8500/Makefile b/board/st/u8500/Makefile
index 324a973d3..e28165f6e 100644
--- a/board/st/u8500/Makefile
+++ b/board/st/u8500/Makefile
@@ -24,7 +24,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := u8500.o gpio.o u8500_i2c.o mmc_host.o mmc_utils.o clock.o prcmu.o mcde_display.o mcde_hw.o ab8500vibra.o cmd_cdump.o
+COBJS := u8500.o gpio.o u8500_i2c.o mmc_host.o mmc_utils.o clock.o mcde_display.o mcde_hw.o ab8500vibra.o cmd_cdump.o
SOBJS := mmc_fifo.o
COBJS-$(CONFIG_ITP_LOAD) += itp.o cspsa_fp.o
diff --git a/cpu/arm_cortexa9/stw8500/Makefile b/cpu/arm_cortexa9/stw8500/Makefile
index 6e0fe8af4..a8367ec61 100755
--- a/cpu/arm_cortexa9/stw8500/Makefile
+++ b/cpu/arm_cortexa9/stw8500/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
COBJS = timer.o interrupts.o
+COBJS += prcmu.o
SRCS := $(START:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
diff --git a/board/st/u8500/prcmu-fw-defs_v1.h b/cpu/arm_cortexa9/stw8500/prcmu-fw-defs_v1.h
index 046f89e21..046f89e21 100644
--- a/board/st/u8500/prcmu-fw-defs_v1.h
+++ b/cpu/arm_cortexa9/stw8500/prcmu-fw-defs_v1.h
diff --git a/board/st/u8500/prcmu.c b/cpu/arm_cortexa9/stw8500/prcmu.c
index e411d1a1c..e411d1a1c 100644
--- a/board/st/u8500/prcmu.c
+++ b/cpu/arm_cortexa9/stw8500/prcmu.c