[U-Boot] [PATCH V2] davinci: Remove unwanted memsize.c from hawkboard's nand spl build
Sughosh Ganu
urwithsughosh at gmail.com
Tue Dec 6 14:45:28 CET 2011
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 at gmail.com>
---
Changes since V1:
Rebased to current master branch
nand_spl/board/davinci/da8xxevm/Makefile | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/nand_spl/board/davinci/da8xxevm/Makefile b/nand_spl/board/davinci/da8xxevm/Makefile
index accf716..1df5c62 100644
--- a/nand_spl/board/davinci/da8xxevm/Makefile
+++ b/nand_spl/board/davinci/da8xxevm/Makefile
@@ -45,7 +45,6 @@ COBJS = cpu.o \
davinci_pinmux.o \
div0.o \
hawkboard_nand_spl.o \
- memsize.o \
misc.o \
nand_boot.o \
ns16550.o \
@@ -136,11 +135,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
--
1.7.5.4
More information about the U-Boot
mailing list