From 5b37bd3afdae436b8c1490e19a436a11e652e1cf Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Mon, 19 Dec 2011 15:58:06 -0700 Subject: arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master Seaboard changes have removed the need for common/board.o in the Makefile. Propagate this change to the other Tegra2 builds. Signed-off-by: Tom Warren --- board/nvidia/ventana/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/nvidia/ventana/Makefile') diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile index d5140c8135..eced3239f4 100644 --- a/board/nvidia/ventana/Makefile +++ b/board/nvidia/ventana/Makefile @@ -31,8 +31,7 @@ endif LIB = $(obj)lib$(BOARD).o -COBJS += ../seaboard/seaboard.o -COBJS += ../common/board.o +COBJS = ../seaboard/seaboard.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) -- cgit v1.2.1