forked from len0rd/rockbox
Fix bootloader build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15586 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5cfd27a9cd
commit
69b678e154
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ OUTPUT_ARCH(arm)
|
|||
INPUT(target/arm/crt0-pp-bl.o)
|
||||
#elif defined(OLYMPUS_MROBE_500)
|
||||
INPUT(target/arm/tms320dm320/crt0.o)
|
||||
#elif CONFIG_CPU==S3C2440
|
||||
INPUT(target/arm/s3c2440/crt0.o)
|
||||
#elif defined(CPU_TCC77X)
|
||||
INPUT(target/arm/tcc77x/crt0.o)
|
||||
#else
|
||||
|
@ -117,7 +119,7 @@ SECTIONS
|
|||
{
|
||||
. = IRAMORIG;
|
||||
|
||||
.text : {
|
||||
.text : {
|
||||
*(.init.text)
|
||||
*(.text*)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue