diff mbox

[U-Boot,1/2] ea20: fix libea20.o not found

Message ID c8fd275ce8aec64e2b0bb19584c0ea563622460d.1294774935.git.bengardiner@nanometrics.ca
State Accepted
Commit fa9cd788bcefc7a292461e62ca28051f72330217
Delegated to: Sandeep Paulraj
Headers show

Commit Message

Ben Gardiner Jan. 11, 2011, 7:48 p.m. UTC
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<bengardiner@nanometrics.ca>
CC: Sebastien Carlier <sebastien.carlier@gmail.com>
---
 board/davinci/ea20/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Stefano Babic Jan. 12, 2011, 8:06 a.m. UTC | #1
On 01/11/2011 08:48 PM, Ben Gardiner wrote:
> 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<bengardiner@nanometrics.ca>
> CC: Sebastien Carlier <sebastien.carlier@gmail.com>
> ---
>  board/davinci/ea20/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 

Acked-by : Stefano Babic <sbabic@denx.de>

Regards,
Stefano
Wolfgang Denk April 11, 2011, 7:28 p.m. UTC | #2
Dear Ben Gardiner,

In message <c8fd275ce8aec64e2b0bb19584c0ea563622460d.1294774935.git.bengardiner@nanometrics.ca> you wrote:
> 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<bengardiner@nanometrics.ca>
> CC: Sebastien Carlier <sebastien.carlier@gmail.com>
> ---
>  board/davinci/ea20/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Sandeep, as this is a strictly board-specific thing and you did not
respond yet I decided to pick this up directly, hope this is ok with
you.

Best regards,

Wolfgang Denk
diff mbox

Patch

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