xen: correct DEFCONFIG_LIST Kconfig item
authorJuergen Gross <jgross@suse.com>
Tue, 10 Jul 2018 08:31:51 +0000 (10:31 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 25 Jul 2018 14:22:12 +0000 (15:22 +0100)
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 <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
xen/Kconfig

index ea7229ad1f956546fbe19fb3a5ea33fcd2ee9b0f..4a207e4553aad321a05a4517856ad9447617a506 100644 (file)
@@ -24,7 +24,7 @@ config XEN_FULLVERSION
 config DEFCONFIG_LIST
        string
        option defconfig_list
-       default "$ARCH_DEFCONFIG"
+       default ARCH_DEFCONFIG
 
 config EXPERT
        string