From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Pagano Date: Thu, 28 Nov 2013 11:52:18 +0100 Subject: [U-Boot] [PATCH v3 0/1] nitrogen6x: Move setup_sata to common part In-Reply-To: <529711EC.7030905@denx.de> References: <1385629672-6909-1-git-send-email-giuseppe.pagano@seco.com> <529711EC.7030905@denx.de> Message-ID: <1385635938.3966.40.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Thu, 2013-11-28 at 10:50 +0100, Stefano Babic wrote: > Hi Giuseppe, > .. > > endif > > +ifeq ($(SOC),$(filter $(SOC),mx6)) > > +COBJS-$(CONFIG_CMD_SATA) += sata.o > > +endif > > COBJS- was replaced by obj- Sorry, I was working on -next branch. Do you want me to send v4 patch with changes ? > Best regards, > Stefano Best regards Giuseppe Pagano