From 295367686ec9855c4d90f68a6003e819fef8e7ab Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Fri, 29 Dec 2006 02:49:12 +0000 Subject: 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 --- firmware/boot.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/boot.lds') 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) -- cgit v1.2.3