From 5252095fe0f01658fedfd2ada97fe061bc9bf39c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Oct 2019 10:21:53 +0100 Subject: lm32: make it boot the kernel --- target/config/Config.in.compiler | 2 +- target/config/Config.in.cpu | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 58751afd7..67e8dd414 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -71,7 +71,7 @@ config ADK_TOOLCHAIN_GCC_METAG depends on ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_LM32 - bool "4.6.4-lm32" + bool "4.5.4-lm32" depends on ADK_TARGET_ARCH_LM32 config ADK_TOOLCHAIN_GCC_NDS32 diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index d737c96ab..74f5213c4 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -510,7 +510,6 @@ config ADK_TARGET_CPU_IA64 # lm32 config ADK_TARGET_CPU_LM32 bool "lm32" - select ADK_TARGET_UCLINUX depends on ADK_TARGET_ARCH_LM32 # coldfire -- cgit v1.2.3