mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
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>
This commit is contained in:
parent
5183b7ec48
commit
15422043c4
@ -46,7 +46,6 @@ COBJS = cpu.o \
|
|||||||
da850_pinmux.o \
|
da850_pinmux.o \
|
||||||
div0.o \
|
div0.o \
|
||||||
hawkboard_nand_spl.o \
|
hawkboard_nand_spl.o \
|
||||||
memsize.o \
|
|
||||||
misc.o \
|
misc.o \
|
||||||
nand_boot.o \
|
nand_boot.o \
|
||||||
ns16550.o \
|
ns16550.o \
|
||||||
@ -140,11 +139,6 @@ $(obj)psc.c:
|
|||||||
@rm -f $@
|
@rm -f $@
|
||||||
ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/psc.c $@
|
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
|
$(obj)%.o: $(obj)%.S
|
||||||
|
Loading…
x
Reference in New Issue
Block a user