Message ID | bdbe1f88034a34e21c29e5b420092f83e3242f9a.1407232405.git.ian.campbell@citrix.com |
---|---|
State | Accepted |
Commit | 46a36938a9a798a7a581b4d76ae09121e7be49ef |
Headers | show |
Hi Ian, On 08/05/2014 10:53 AM, Ian Campbell wrote: > Support for loading these was added in a860dfeec090 "xen: arm: implement > generic multiboot compatibility strings". > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Julien Grall <julien.grall@linaro.org> Regards,
diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index 23261e4..eac89bf 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -1046,6 +1046,7 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo, { DT_MATCH_COMPATIBLE("xen,xen"), DT_MATCH_COMPATIBLE("xen,multiboot-module"), + DT_MATCH_COMPATIBLE("multiboot,module"), DT_MATCH_COMPATIBLE("arm,psci"), DT_MATCH_PATH("/cpus"), DT_MATCH_TYPE("memory"),
Support for loading these was added in a860dfeec090 "xen: arm: implement generic multiboot compatibility strings". Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- xen/arch/arm/domain_build.c | 1 + 1 file changed, 1 insertion(+)