[U-Boot] Pull request u-boot-marvell.git
Heiko Schocher
hs at denx.de
Mon Mar 1 08:31:26 CET 2010
Hello Tom,
Tom wrote:
> Prafulla Wadaskar wrote:
>> Hi Tom
>>
>> Pls pull the following
>>
>> The following changes since commit
>> 1b063b552e815f90a6a880e78fc40cc309dd52ad:
>> Anders Darander (1):
>> Add bootcount to AT91
>>
>> are available in the git repository at:
>>
>> http://git.denx.de/u-boot/u-boot-marvell.git master branch
>>
>> Heiko Schocher (1):
>> arm: add support for the suen3 board from keymile
>
> For the regression test, I get a failure to build error.
> This must be fixed.
Yes, you are right, good catch. The following patch will help:
diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile
index fffc6a3..c5b0be1 100644
--- a/board/keymile/km_arm/Makefile
+++ b/board/keymile/km_arm/Makefile
@@ -23,6 +23,9 @@
#
include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
LIB = $(obj)lib$(BOARD).a
Should I make a new version of the "arm: add support for the
suen3 board from keymile" patch, or a patch based on the actual
git://git.denx.de/u-boot-marvell.git ?
bye
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list