- Include bootargs (kernel command line) property.
- Update reg property to match #address-cells and #size-cells in the DTB (both
  2).

Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9b6c7e3..ed5acbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,8 +69,9 @@ XEN_OFFSET    := 0xA00000
 DOM0_OFFSET    := $(shell echo $$(($(PHYS_OFFSET) + $(KERNEL_OFFSET))))
 XEN_BOOTARGS   := xen,xen-bootargs = \"$(BOOTARGS)\";                  \
                   module@1 {                                           \
+                       bootargs = \"$(CMDLINE)\";                      \
                        compatible = \"xen,linux-zimage\", 
\"xen,multiboot-module\"; \
-                       reg = <$(DOM0_OFFSET) 0x800000>;                \
+                       reg = <0 $(DOM0_OFFSET) 0 0x800000>;            \
                   };
 endif
 
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to