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

2019-02-10 Thread Bin Meng
On Mon, Feb 11, 2019 at 1:41 PM Anup Patel 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 > --- > arch/Kconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng _

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

2019-02-10 Thread Anup Patel
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 --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index 35e2712fce..4ebc66227e 100644 --- a/arch/Kconfig +++ b/ar