From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xes-mad.com (xes-mad.com [216.165.139.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A99E6B7B93 for ; Thu, 26 Nov 2009 03:21:12 +1100 (EST) Message-ID: <4B0D5970.7030607@xes-inc.com> Date: Wed, 25 Nov 2009 10:21:04 -0600 From: Peter Tyser MIME-Version: 1.0 To: Stefano Babic Subject: Re: [PATCH 2/3] powerpc: Add support for creating FIT uImages References: <4B0D02D1.60700@denx.de> In-Reply-To: <4B0D02D1.60700@denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org, linux-kbuild@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Stefano, Stefano Babic wrote: > Peter Tyser >> +# Create a default, fully populated DTS file >> +DATA="/ { >> + description = \"Linux kernel ${VERSION}\"; >> + #address-cells = <1>; >> + >> + images { >> + kernel 1 { > > Is the probably generated by your anti-spam mailer ? dtc seems not > to like it as replacement for the usual '@' ;) The patch looks correct in my inbox and at http://patchwork.kernel.org/patch/61183/. Perhaps its a problem at your end? Please keep everyone cc-ed on responses - the changes are just as relevant to linuxppc as kbuild. Best, Peter