mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Revert "jx47xx: Rename crt0 'init' sections to 'startup'"
This reverts commit 83bb89d0b8
.
...It breaks the jz47xx bootloaders.
This commit is contained in:
parent
d0e47affa9
commit
80b9127727
2 changed files with 3 additions and 7 deletions
|
@ -37,15 +37,11 @@ SECTIONS
|
|||
{
|
||||
. = DRAMORIG;
|
||||
|
||||
.startup :
|
||||
.text :
|
||||
{
|
||||
loadaddress = .;
|
||||
_loadaddress = .;
|
||||
*(.startup.text);
|
||||
} > DRAM
|
||||
|
||||
.text :
|
||||
{
|
||||
*(.init.text);
|
||||
*(.text*);
|
||||
#ifndef HAVE_INIT_ATTR
|
||||
*(.init*);
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
.extern main
|
||||
.global _start
|
||||
|
||||
.section .startup.text,"ax",%progbits
|
||||
.section .init.text
|
||||
.set push
|
||||
.set mips32
|
||||
.set noreorder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue