From patchwork Tue Jan 11 19:48:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gardiner X-Patchwork-Id: 78425 X-Patchwork-Delegate: s-paulraj@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id EE72CB6EF2 for ; Wed, 12 Jan 2011 06:49:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 95C78280D1; Tue, 11 Jan 2011 20:49:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bXgdL46SjXtg; Tue, 11 Jan 2011 20:49:31 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 27F92280CC; Tue, 11 Jan 2011 20:49:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3238E280CC for ; Tue, 11 Jan 2011 20:49:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fz5xiroZP59a for ; Tue, 11 Jan 2011 20:49:21 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from na3sys009aog111.obsmtp.com (na3sys009aog111.obsmtp.com [74.125.149.205]) by theia.denx.de (Postfix) with SMTP id 4A8A0280CB for ; Tue, 11 Jan 2011 20:49:20 +0100 (CET) Received: from source ([209.85.160.173]) by na3sys009aob111.postini.com ([74.125.148.12]) with SMTP ID DSNKTSy0P/k1eNFnDBxkR+/bEhsjxbQgpTRo@postini.com; Tue, 11 Jan 2011 11:49:20 PST Received: by mail-gy0-f173.google.com with SMTP id 5so9386465gye.4 for ; Tue, 11 Jan 2011 11:49:19 -0800 (PST) Received: by 10.236.108.7 with SMTP id p7mr60083yhg.33.1294775358935; Tue, 11 Jan 2011 11:49:18 -0800 (PST) Received: from localhost.localdomain ([206.191.47.130]) by mx.google.com with ESMTPS id 72sm18209793yhl.38.2011.01.11.11.49.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 11 Jan 2011 11:49:15 -0800 (PST) From: Ben Gardiner To: Stefano Babic Date: Tue, 11 Jan 2011 14:48:16 -0500 Message-Id: X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/2] ea20: fix libea20.o not found X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8 where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the Makefiles except ea20, probably due to merge path of the changes in 2010.12. Signed-off-by: Ben Gardiner CC: Sebastien Carlier --- board/davinci/ea20/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/davinci/ea20/Makefile b/board/davinci/ea20/Makefile index ddd2564..67ec461 100644 --- a/board/davinci/ea20/Makefile +++ b/board/davinci/ea20/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk -LIB = $(obj)lib$(BOARD).a +LIB = $(obj)lib$(BOARD).o COBJS-y += ea20.o