From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xes-mad.com ([216.165.139.218]:50006 "EHLO xes-mad.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753978AbZKYQVH (ORCPT ); Wed, 25 Nov 2009 11:21:07 -0500 Message-ID: <4B0D5970.7030607@xes-inc.com> Date: Wed, 25 Nov 2009 10:21:04 -0600 From: Peter Tyser MIME-Version: 1.0 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 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Stefano Babic Cc: linux-kbuild@vger.kernel.org, linuxppc-dev@ozlabs.org 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