]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
davinci: Remove unwanted memsize.c from hawkboard's nand spl build
authorSughosh Ganu <urwithsughosh@gmail.com>
Tue, 6 Dec 2011 03:45:28 +0000 (03:45 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:41 +0000 (23:59 +0100)
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>
nand_spl/board/davinci/da8xxevm/Makefile

index 3783c1896c2c0e12b5039b9c8d851daff5b915bc..7746e41dd14dd2d5532aaeae19e05df440298aad 100644 (file)
@@ -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