From 105abdcfe95188827daccba4531765fd94081c8b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Aug 2023 03:46:20 +0200 Subject: lm32: revert to the old kernel, which boots up with lpj set via append Bootup until a hello world: [ 0.000000] BINFMT_FLAT: Loading file: /init [ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00 [ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130 Stopps here. :( --- target/config/Config.in.elf2flt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.elf2flt') diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt index c73ce2054..1bd93142d 100644 --- a/target/config/Config.in.elf2flt +++ b/target/config/Config.in.elf2flt @@ -15,7 +15,10 @@ config ADK_TOOLCHAIN_ELF2FLT_2021_08 config ADK_TOOLCHAIN_ELF2FLT_OLD bool "old version" depends on ADK_TARGET_ARCH_BFIN || \ - ADK_TARGET_ARCH_LM32 || \ ADK_TARGET_ARCH_SH +config ADK_TOOLCHAIN_ELF2FLT_LM32 + bool "lm32" + depends on ADK_TARGET_ARCH_LM32 + endchoice -- cgit v1.2.3