diff mbox series

[U-Boot,v7,01/15] riscv: Enable create symlink using kconfig

Message ID 20190211054030.21393-2-anup.patel@wdc.com
State Superseded
Delegated to: Andes
Headers show
Series SiFive FU540 Support | expand

Commit Message

Anup Patel Feb. 11, 2019, 5:41 a.m. UTC
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>
---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng Feb. 11, 2019, 7:45 a.m. UTC | #1
On Mon, Feb 11, 2019 at 1:41 PM Anup Patel <Anup.Patel@wdc.com> wrote:
>
> 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>
> ---
>  arch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox series

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index 35e2712fce..4ebc66227e 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -61,6 +61,7 @@  config PPC
 
 config RISCV
 	bool "RISC-V architecture"
+	select CREATE_ARCH_SYMLINK
 	select SUPPORT_OF_CONTROL
 	select OF_CONTROL
 	select DM