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/harmony/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'board/nvidia/harmony') diff --git a/board/nvidia/harmony/Makefile b/board/nvidia/harmony/Makefile index f6599ded80..b6efa1c29a 100644 --- a/board/nvidia/harmony/Makefile +++ b/board/nvidia/harmony/Makefile @@ -31,7 +31,6 @@ endif LIB = $(obj)lib$(BOARD).o COBJS := $(BOARD).o -COBJS += ../common/board.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) -- cgit v1.2.1