WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [xenppc-unstable] [powerpc] fix device tree processing typos

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [powerpc] fix device tree processing typos
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 Jul 2006 17:10:40 +0000
Delivery-date: Mon, 31 Jul 2006 10:33:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID 7f21d87ec95d093d58bbc05c0b38292202ffe079
# Parent  71e6760836949f34b05ba7965f05ecd756a27638
[powerpc] fix device tree processing typos
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 tools/domctrl/DomU.dts.in |    2 +-
 tools/domctrl/DomU.sh     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r 71e676083694 -r 7f21d87ec95d tools/domctrl/DomU.dts.in
--- a/tools/domctrl/DomU.dts.in Fri Jul 28 14:45:07 2006 -0500
+++ b/tools/domctrl/DomU.dts.in Mon Jul 31 12:08:13 2006 -0500
@@ -66,7 +66,7 @@
                linux,platform = <501>;
                linux,initrd-start = <@INITRD_START@>;
                linux,initrd-end = <@INITRD_END@>;
-               linux,stdout-package = "&/xen/console";
+               linux,stdout-package = <&/xen/console>;
                linux,stdout-path = "/xen/console";
                interrupt-controller = <&/xen>;
                cpu = <&/cpus/@CPU_TYPE@@0>;
diff -r 71e676083694 -r 7f21d87ec95d tools/domctrl/DomU.sh
--- a/tools/domctrl/DomU.sh     Fri Jul 28 14:45:07 2006 -0500
+++ b/tools/domctrl/DomU.sh     Mon Jul 31 12:08:13 2006 -0500
@@ -19,7 +19,7 @@ s%@DOMAIN_NAME@%$DOMAIN_NAME%g;
 s%@DOMAIN_NAME@%$DOMAIN_NAME%g;
 s%@DOMAIN_ID@%$DOMAIN_ID%g;
 s%@MODEL@%$MODEL%g;
-s%@COMAPTIBLE@%$COMPATIBLE%g;
+s%@COMPATIBLE@%$COMPATIBLE%g;
 s%@BOOTARGS@%$BOOTARGS%g;
 s%@INITRD_START@%$INITRD_START%g;
 s%@INITRD_END@%$INITRD_END%g;

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [powerpc] fix device tree processing typos, Xen patchbot-xenppc-unstable <=