From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform From: Jon Loeliger To: "Mark A. Greer" In-Reply-To: <20070427204148.GA14490@mag.az.mvista.com> References: <20070425234630.GA4046@mag.az.mvista.com> <20070426000151.GM4046@mag.az.mvista.com> <20070427204148.GA14490@mag.az.mvista.com> Content-Type: text/plain Message-Id: <1177951541.4616.4.camel@ld0161-tx32> Mime-Version: 1.0 Date: Mon, 30 Apr 2007 11:45:41 -0500 Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-04-27 at 15:41, Mark A. Greer wrote: > [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform > > Signed-off-by: Mark A. Greer > --- > > prpmc2800.dts | 321 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 321 insertions(+) > > Index: powerpc/arch/powerpc/boot/dts/prpmc2800.dts > =================================================================== > --- /dev/null > +++ powerpc/arch/powerpc/boot/dts/prpmc2800.dts > @@ -0,0 +1,321 @@ > +/* Device Tree Source for Motorola PrPMC2800 > + * > + * Author: Mark A. Greer > + * > + * 2007 (c) MontaVista, Software, Inc. This file is licensed under > + * the terms of the GNU General Public License version 2. This program > + * is licensed "as is" without any warranty of any kind, whether express > + * or implied. > + * > + * To build: > + * dtc -I dts -O asm -o prpmc2800.S -V 16 -b 0 prpmc2800.dts > + * dtc -I dts -O dtb -o prpmc2800.dtb -V 16 -b 0 prpmc2800.dts Any real reason to keep the -V 16 in there? If not, please remove this advice! Thanks, jdl