9
0
Fork 0

use text_entry instead of hardcoded start.S for scb9328

This commit is contained in:
Sascha Hauer 2007-09-05 12:56:06 +02:00
parent 14e3b2b3ec
commit 2880046623
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
*(.text_entry)
arch/arm/cpu/start-arm920t.o (.text)
*(.text)
}