From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 08/11] device tree, arm: supply a flat device tree to dom0 Date: Tue, 20 Mar 2012 10:43:45 +0000 Message-ID: <4F685F61.7050703@citrix.com> References: <1332179529-1828-1-git-send-email-david.vrabel@citrix.com> <1332179529-1828-9-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1332179529-1828-9-git-send-email-david.vrabel@citrix.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: David Vrabel Cc: "xen-devel@lists.xensource.com" , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 19/03/12 17:52, David Vrabel wrote: > > Build a flat device tree for dom0 based on the one supplied to Xen. > The following changes are made: > [...] > --- a/xen/arch/arm/Makefile > +++ b/xen/arch/arm/Makefile > @@ -27,6 +27,8 @@ obj-y += vtimer.o > > #obj-bin-y += ....o > > +CFLAGS += -I../../common/libfdt > + > ifdef CONFIG_DTB_FILE > obj-y += dtb.o > AFLAGS += -DCONFIG_DTB_FILE=\"$(CONFIG_DTB_FILE)\" I accidentally left this hunk in after moving the libfdt headers. Ian, can you drop this hunk or should I respin the series? David