summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-29 02:49:12 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-29 02:49:12 +0000
commit295367686ec9855c4d90f68a6003e819fef8e7ab (patch)
treeb4077ffb8d2283bf199ad12a90322be77040c2fd /firmware/boot.lds
parent995a804defda23233ccbdd859023f4ba3ecba0bf (diff)
downloadrockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.tar.gz
rockbox-295367686ec9855c4d90f68a6003e819fef8e7ab.zip
merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11850 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 6c307bd4de..a8c8947f95 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -119,7 +119,7 @@ SECTIONS
119} 119}
120#elif (CONFIG_CPU==S3C2440) 120#elif (CONFIG_CPU==S3C2440)
121{ 121{
122 . = DRAMORIG + 0x8000; 122 . = DRAMORIG + 0x1000000;
123 .text : { 123 .text : {
124 *(.init.text) 124 *(.init.text)
125 *(.text) 125 *(.text)