Mailing List Archive

[xen master] riscv: add temporary riscv64_defconfig alias
commit acb37235fb53e3b4ee6ec5a6fe20dbd23b61cdd0
Author: Jan Beulich <jbeulich@suse.com>
AuthorDate: Thu Feb 9 10:52:39 2023 +0100
Commit: Jan Beulich <jbeulich@suse.com>
CommitDate: Mon Feb 13 10:04:16 2023 +0100

riscv: add temporary riscv64_defconfig alias

This is to allow building of Xen without going through a separate
tiny64_defconfig build step, just like is possible for all other
architectures. Eventually the symlink will want replacing by,
presumably, an empty file just like other arches have.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
---
xen/arch/riscv/configs/riscv64_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/xen/arch/riscv/configs/riscv64_defconfig b/xen/arch/riscv/configs/riscv64_defconfig
new file mode 120000
index 0000000000..c3c97b4d10
--- /dev/null
+++ b/xen/arch/riscv/configs/riscv64_defconfig
@@ -0,0 +1 @@
+tiny64_defconfig
\ No newline at end of file
--
generated by git-patchbot for /home/xen/git/xen.git#master