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 <jbeul...@suse.com> --- xen/arch/riscv/configs/riscv64_defconfig | 1 + 1 file changed, 1 insertion(+) create mode 120000 xen/arch/riscv/configs/riscv64_defconfig diff --git a/xen/arch/riscv/configs/riscv64_defconfig b/xen/arch/riscv/configs/riscv64_defconfig new file mode 120000 index 000000000000..c3c97b4d109b --- /dev/null +++ b/xen/arch/riscv/configs/riscv64_defconfig @@ -0,0 +1 @@ +tiny64_defconfig \ No newline at end of file -- 2.37.1