From d86ee0d8652846c120690801b6db73965d42d719 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Sat, 30 Apr 2022 23:46:07 +0200 Subject: [PATCH] ELF-arm --- lib/m2/arm/ELF-arm.hex2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/m2/arm/ELF-arm.hex2 b/lib/m2/arm/ELF-arm.hex2 index 6c704ec5..4de4da0e 100644 --- a/lib/m2/arm/ELF-arm.hex2 +++ b/lib/m2/arm/ELF-arm.hex2 @@ -43,7 +43,7 @@ 28 00 # e_machine Indicating 32bit ARM 01 00 00 00 # e_version Indicating original elf -&_start # e_entry Address of the entry point +&ELF_text # e_entry Address of the entry point %ELF_program_headers>ELF_base # e_phoff Address of program header table %ELF_section_headers>ELF_base # e_shoff Address of section header table