On Tue, Jul 10, 2018 at 10:31:51AM +0200, Juergen Gross wrote: > The default value of DEFCONFIG_LIST is wrong: it should be the value of > the configured ARCH_DEFCONFIG item, not the string "$ARCH_DEFCONFIG". > > Signed-off-by: Juergen Gross <jgr...@suse.com>
Acked-by: Wei Liu <wei.l...@citrix.com> > --- > xen/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/Kconfig b/xen/Kconfig > index ea7229ad1f..4a207e4553 100644 > --- a/xen/Kconfig > +++ b/xen/Kconfig > @@ -24,7 +24,7 @@ config XEN_FULLVERSION > config DEFCONFIG_LIST > string > option defconfig_list > - default "$ARCH_DEFCONFIG" > + default ARCH_DEFCONFIG > > config EXPERT > string > -- > 2.13.7 > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel