From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Sat, 19 Dec 2015 20:20:49 +0100 Subject: [U-Boot] [PATCH 5/5] Kconfig: create symbolic link on MIPS In-Reply-To: <1450552849-10813-1-git-send-email-daniel.schwierzeck@gmail.com> References: <1450552849-10813-1-git-send-email-daniel.schwierzeck@gmail.com> Message-ID: <1450552849-10813-6-git-send-email-daniel.schwierzeck@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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