summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/mx51/Makefile
diff options
context:
space:
mode:
authorFred Fan <r01011@freescale.com>2009-09-14 16:40:37 +0800
committerFred Fan <r01011@freescale.com>2009-09-14 16:40:37 +0800
commit3227c278048e6b13397d9d0793e77e703649d7de (patch)
treed3dc22638004075c861b709e1f9eaec7b768bec1 /cpu/arm_cortexa8/mx51/Makefile
parentd293115ed756b0b2912eb62ead1ddee647ec2fee (diff)
ENGR00116472-1 U-BOOT upgrade to V2009.08
U-BOOT upgrade from V2009.01 to V2009.08 Initial version for i.MX51 BBG board. Support: FEC, SPI, spi Nor Flash Boot from spi nor flash and mmc/sd Signed-off-by:Fred Fan <r01011@freescale.com>
Diffstat (limited to 'cpu/arm_cortexa8/mx51/Makefile')
-rw-r--r--cpu/arm_cortexa8/mx51/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa8/mx51/Makefile b/cpu/arm_cortexa8/mx51/Makefile
index 6f10e3e981..940b05c827 100644
--- a/cpu/arm_cortexa8/mx51/Makefile
+++ b/cpu/arm_cortexa8/mx51/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-COBJS = interrupts.o serial.o generic.o iomux.o
+COBJS = interrupts.o serial.o generic.o iomux.o timer.o
SOBJS = mxc_nand_load.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)