commit | 0af3e85b7c794b7863c2c6a1441b409c7a88ce08 | [log] [tgz] |
---|---|---|
author | Anup Patel <Anup.Patel@wdc.com> | Mon Feb 25 08:14:04 2019 +0000 |
committer | Andes <uboot@andestech.com> | Wed Feb 27 09:12:33 2019 +0800 |
tree | 1fdbcb03cf8f23408b908427cb8e5f32edcf6df6 | |
parent | 16c80d7c408a72ca55ebe4d1a463593c03d332fe [diff] |
riscv: Enable create symlink using kconfig We select CREATE_ARCH_SYMLINK for RISC-V so that we can have include/asm/arch linked to include/asm/arch-xyz. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff --git a/arch/Kconfig b/arch/Kconfig index d9afe26..2f3d07c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -61,6 +61,7 @@ config RISCV bool "RISC-V architecture" + select CREATE_ARCH_SYMLINK select SUPPORT_OF_CONTROL select OF_CONTROL select DM