Re: [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform
From: Jon Loeliger <hidden>
Date: 2007-04-30 16:45:41
On Fri, 2007-04-27 at 15:41, Mark A. Greer wrote:
quoted hunk ↗ jump to hunk
[PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform Signed-off-by: Mark A. Greer <redacted> --- 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 <mgreer@mvista.com> + * + * 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