rk27xx: rename 'start' to '__start'

Change-Id: I3c5bbbc952222e840e82171431ba996a6a5d298b
This commit is contained in:
Solomon Peachy 2020-07-15 14:18:09 -04:00
parent df14f12675
commit 650eaa39c4
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#include "config.h"
ENTRY(start)
ENTRY(__start)
#ifdef ROCKBOX_LITTLE_ENDIAN
OUTPUT_FORMAT(elf32-littlearm)
#else