|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] xen: correct DEFCONFIG_LIST Kconfig item
commit 35d6ddb0b3fae887851aa347c033ec0e709468ce
Author: Juergen Gross <jgross@xxxxxxxx>
AuthorDate: Tue Jul 10 10:31:51 2018 +0200
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Wed Jul 25 15:22:12 2018 +0100
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 <jgross@xxxxxxxx>
Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
Reviewed-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
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
--
generated by git-patchbot for /home/xen/git/xen.git#staging
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |