summaryrefslogtreecommitdiffstats
path: root/nand_spl
diff options
context:
space:
mode:
authorSughosh Ganu <urwithsughosh@gmail.com>2011-12-06 03:45:28 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:41 +0100
commit15422043c4a213dc5d7d59a337be1ab34c9b2e7f (patch)
treef2561639d18ba07f50c8c9273130380c703d5300 /nand_spl
parent5183b7ec48cb6b47df2cb2ac0b7cb3e0c706d392 (diff)
downloadblackbird-obmc-uboot-15422043c4a213dc5d7d59a337be1ab34c9b2e7f.tar.gz
blackbird-obmc-uboot-15422043c4a213dc5d7d59a337be1ab34c9b2e7f.zip
davinci: Remove unwanted memsize.c from hawkboard's nand spl build
dram_init function in board/davinci/common/misc.c does not get compiled for spl builds, thus rendering inclusion of memsize.c useless. Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
Diffstat (limited to 'nand_spl')
-rw-r--r--nand_spl/board/davinci/da8xxevm/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/nand_spl/board/davinci/da8xxevm/Makefile b/nand_spl/board/davinci/da8xxevm/Makefile
index 3783c1896c..7746e41dd1 100644
--- a/nand_spl/board/davinci/da8xxevm/Makefile
+++ b/nand_spl/board/davinci/da8xxevm/Makefile
@@ -46,7 +46,6 @@ COBJS = cpu.o \
da850_pinmux.o \
div0.o \
hawkboard_nand_spl.o \
- memsize.o \
misc.o \
nand_boot.o \
ns16550.o \
@@ -140,11 +139,6 @@ $(obj)psc.c:
@rm -f $@
ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/psc.c $@
-# from common directory
-$(obj)memsize.c:
- @rm -f $@
- ln -s $(TOPDIR)/common/memsize.c $@
-
#########################################################################
$(obj)%.o: $(obj)%.S
OpenPOWER on IntegriCloud