mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
rk27xx: rename 'start' to '__start'
Change-Id: I3c5bbbc952222e840e82171431ba996a6a5d298b
This commit is contained in:
parent
df14f12675
commit
650eaa39c4
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "config.h"
|
||||
|
||||
ENTRY(start)
|
||||
ENTRY(__start)
|
||||
#ifdef ROCKBOX_LITTLE_ENDIAN
|
||||
OUTPUT_FORMAT(elf32-littlearm)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue