Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "jx47xx: Rename crt0 'init' sections to 'startup'"

This reverts commit 83bb89d0b836c2571315362603bc5a51cd3b804a.

...It breaks the jz47xx bootloaders.

+3 -7
+2 -6
firmware/target/mips/ingenic_jz47xx/app.lds
··· 37 37 { 38 38 . = DRAMORIG; 39 39 40 - .startup : 40 + .text : 41 41 { 42 42 loadaddress = .; 43 43 _loadaddress = .; 44 - *(.startup.text); 45 - } > DRAM 46 - 47 - .text : 48 - { 44 + *(.init.text); 49 45 *(.text*); 50 46 #ifndef HAVE_INIT_ATTR 51 47 *(.init*);
+1 -1
firmware/target/mips/ingenic_jz47xx/crt0.S
··· 44 44 .extern main 45 45 .global _start 46 46 47 - .section .startup.text,"ax",%progbits 47 + .section .init.text 48 48 .set push 49 49 .set mips32 50 50 .set noreorder