mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
qi-moved-lowlevel-init-2442.patch
lowlevel-init.S is specific to cpu and is moved there now, update s3c2442 linker script Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -38,7 +38,7 @@ SECTIONS
|
|||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
src/cpu/s3c2442/start.o (.text .rodata* .data)
|
src/cpu/s3c2442/start.o (.text .rodata* .data)
|
||||||
src/lowlevel_init.o (.text .rodata* .data)
|
src/cpu/s3c2442/lowlevel_init.o (.text .rodata* .data)
|
||||||
src/cpu/s3c2442/start_qi.o (.text .rodata* .data)
|
src/cpu/s3c2442/start_qi.o (.text .rodata* .data)
|
||||||
src/blink_led.o (.text .rodata* .data)
|
src/blink_led.o (.text .rodata* .data)
|
||||||
src/cpu/s3c2442/nand_read.o (.text .rodata* .data)
|
src/cpu/s3c2442/nand_read.o (.text .rodata* .data)
|
||||||
|
|||||||
Reference in New Issue
Block a user