]> xenbits.xensource.com Git - xen.git/commitdiff
riscv: add temporary riscv64_defconfig alias
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Feb 2023 09:52:39 +0000 (10:52 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Feb 2023 09:04:16 +0000 (10:04 +0100)
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 [new symlink]

diff --git a/xen/arch/riscv/configs/riscv64_defconfig b/xen/arch/riscv/configs/riscv64_defconfig
new file mode 120000 (symlink)
index 0000000..c3c97b4
--- /dev/null
@@ -0,0 +1 @@
+tiny64_defconfig
\ No newline at end of file