From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4 1/3] xen/arm: Add Xilinx ZynqMP platform support Date: Wed, 11 Mar 2015 10:49:08 +0000 Message-ID: <55001DA4.7090406@linaro.org> References: <1426036774-6702-1-git-send-email-edgar.iglesias@gmail.com> <1426036774-6702-2-git-send-email-edgar.iglesias@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426036774-6702-2-git-send-email-edgar.iglesias@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Edgar E. Iglesias" , xen-devel@lists.xen.org Cc: tim@xen.org, stefano.stabellini@citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Hi Edgar, On 11/03/2015 01:19, Edgar E. Iglesias wrote: > diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile > index d9f98f9..315f3e8 100644 > --- a/xen/arch/arm/platforms/Makefile > +++ b/xen/arch/arm/platforms/Makefile > @@ -8,3 +8,4 @@ obj-$(CONFIG_ARM_32) += rcar2.o > obj-$(CONFIG_ARM_64) += seattle.o > obj-$(CONFIG_ARM_64) += xgene-storm.o > obj-$(CONFIG_ARM_64) += thunderx.o > +obj-$(CONFIG_ARM_64) += xilinx-zynqmp.o Can you move this line after xgene-storm.o? So we can keep the list ordered. Other than that: Reviewed-by: Julien Grall Regards, -- Julien Grall