diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-25 03:46:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-25 08:08:39 +0200 |
commit | 105abdcfe95188827daccba4531765fd94081c8b (patch) | |
tree | c3161b8dd5e0237940abe2047d9f63155d03f6a7 /toolchain/elf2flt | |
parent | 4975cdba82d38ce1c4c7ba53bf4057b6b8b8f796 (diff) |
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. :(
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index 2f349ca79..19751342e 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -14,3 +14,9 @@ PKG_GIT:= hash PKG_RELEASE:= 1 PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git endif +ifeq ($(ADK_TOOLCHAIN_ELF2FLT_LM32),y) +PKG_VERSION:= 3051fec89bbd30de6f952dc3100712feff3ca076 +PKG_GIT:= hash +PKG_RELEASE:= 1 +PKG_SITES:= https://github.com/m-labs/elf2flt-lm32.git +endif |