From 1b3dac90429a870f6ab84755dd78e525265b2bfe Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 11 Nov 2007 19:13:09 +0000 Subject: Setup the gigabeat so that iram is faked in a different spot since the normal iram location does not seem to be working. This lays the groundwork to get rolo running. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15581 a1c6a512-1295-4272-9138-f99709370657 --- firmware/boot.lds | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/boot.lds') diff --git a/firmware/boot.lds b/firmware/boot.lds index d2ea10a30d..a9900517a2 100644 --- a/firmware/boot.lds +++ b/firmware/boot.lds @@ -9,8 +9,10 @@ OUTPUT_FORMAT(elf32-littlearm) OUTPUT_ARCH(arm) #ifdef CPU_PP INPUT(target/arm/crt0-pp-bl.o) -#elif defined(OLYMPUS_MROBE_500) +#elif CONFIG_CPU==DM320 INPUT(target/arm/tms320dm320/crt0.o) +#elif CONFIG_CPU==S3C2440 +INPUT(target/arm/s3c2440/crt0.o) #elif defined(CPU_TCC77X) INPUT(target/arm/tcc77x/crt0.o) #else -- cgit v1.2.3