From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B7B67DDE3F for ; Tue, 16 Oct 2007 23:46:11 +1000 (EST) In-Reply-To: References: <20071016050217.GA9052@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <44F555C7-4324-4F70-8812-17883AFEFFE4@kernel.crashing.org> From: Kumar Gala Subject: Re: Merge dtc Date: Tue, 16 Oct 2007 08:41:06 -0500 To: "Grant Likely" Cc: Paul Mackerras , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 16, 2007, at 8:17 AM, Grant Likely wrote: > On 10/15/07, David Gibson wrote: >> This very large patch incorporates a copy of dtc into the kernel >> source, in arch/powerpc/boot/dtc-src. This means that dtc is no >> longer an external dependency to build kernels with configurations >> which need a dtb file. > > Powerpc is probably not going to be the only user of dtc. Microblaze > will be using it too. Can it be put somewhere more common? mkimage should also be put somewhere common since other archs use it. - k