From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Mon, 01 Mar 2010 08:01:41 -0600 Subject: [U-Boot] Pull request u-boot-marvell.git In-Reply-To: <4B8B6D4E.2010609@denx.de> References: <4B89AA21.10609@windriver.com> <4B8B6D4E.2010609@denx.de> Message-ID: <4B8BC8C5.1010608@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heiko Schocher wrote: > 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 ? > Please just the much smaller 'Compiler fix.. ' patch. Thanks, Tom > bye > Heiko