projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3820ba
)
riscv: Enable create symlink using kconfig
author
Anup Patel
<Anup.Patel@wdc.com>
Mon, 25 Feb 2019 08:14:04 +0000
(08:14 +0000)
committer
Andes
<uboot@andestech.com>
Wed, 27 Feb 2019 01:12:33 +0000
(09:12 +0800)
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>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index d9afe269f20a294ce3a6440252b836be0ab724b7..2f3d07c13a1817a205f81e7a9792be2c91e75647 100644
(file)
--- 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