
19 Dec
2015
19 Dec
'15
8:20 p.m.
Commit a350c6a60223f7a60228ed563d2e7b02fb7944ab disabled the creation of symbolic links on MIPS. But that feature is used in out-of-tree SoC ports and will be required for the upcoming mainline support of those SoC's.
Signed-off-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
---
arch/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/Kconfig b/arch/Kconfig index ec12013..85743d0 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -52,6 +52,7 @@ config MICROBLAZE
config MIPS bool "MIPS architecture" + select CREATE_ARCH_SYMLINK select HAVE_PRIVATE_LIBGCC select HAVE_GENERIC_BOARD select SYS_GENERIC_BOARD
--
2.5.0