[U-Boot] [PATCH 5/5] Kconfig: create symbolic link on MIPS
    Daniel Schwierzeck 
    daniel.schwierzeck at gmail.com
       
    Sat Dec 19 20:20:49 CET 2015
    
    
  
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 at 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
    
    
More information about the U-Boot
mailing list