From: Juergen Gross Date: Tue, 10 Jul 2018 08:31:51 +0000 (+0200) Subject: xen: correct DEFCONFIG_LIST Kconfig item X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3544 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=35d6ddb0b3fae887851aa347c033ec0e709468ce;p=xen.git xen: correct DEFCONFIG_LIST Kconfig item 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 Acked-by: Wei Liu Reviewed-by: Doug Goldstein --- 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