Commit 15422043c4a213dc5d7d59a337be1ab34c9b2e7f

Authored by Sughosh Ganu
Committed by Albert ARIBAUD
1 parent 5183b7ec48

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>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

nand_spl/board/davinci/da8xxevm/Makefile
... ... @@ -46,7 +46,6 @@
46 46 da850_pinmux.o \
47 47 div0.o \
48 48 hawkboard_nand_spl.o \
49   - memsize.o \
50 49 misc.o \
51 50 nand_boot.o \
52 51 ns16550.o \
... ... @@ -139,11 +138,6 @@
139 138 $(obj)psc.c:
140 139 @rm -f $@
141 140 ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/psc.c $@
142   -
143   -# from common directory
144   -$(obj)memsize.c:
145   - @rm -f $@
146   - ln -s $(TOPDIR)/common/memsize.c $@
147 141  
148 142 #########################################################################
149 143