[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [powerpc] fix device tree processing typos
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |