diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-29 02:49:12 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-29 02:49:12 +0000 |
commit | 295367686ec9855c4d90f68a6003e819fef8e7ab (patch) | |
tree | b4077ffb8d2283bf199ad12a90322be77040c2fd /firmware/boot.lds | |
parent | 995a804defda23233ccbdd859023f4ba3ecba0bf (diff) |
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.lds | 2 |
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 } #elif (CONFIG_CPU==S3C2440) { - . = DRAMORIG + 0x8000; + . = DRAMORIG + 0x1000000; .text : { *(.init.text) *(.text) |