summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2006-10-16 17:21:36 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2006-10-16 17:21:36 +0000
commitd8ef7c58d83591bb0660fc4965cf2319fb5a4718 (patch)
treea71d3d9909cec32d3a8d22b10017a1e8959cfc16 /firmware/boot.lds
parent55d1675ada5273a815966057b811605462e1f7bd (diff)
downloadrockbox-d8ef7c58d83591bb0660fc4965cf2319fb5a4718.tar.gz
rockbox-d8ef7c58d83591bb0660fc4965cf2319fb5a4718.zip
Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. Add ADC driver (may not be needed). Fix a bug in the button driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11237 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 0337b816f2..f361e45e9e 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -11,11 +11,7 @@ OUTPUT_ARCH(arm)
11/* the ipods can't have the crt0.o mentioned here, but the others can't do 11/* the ipods can't have the crt0.o mentioned here, but the others can't do
12 without it! */ 12 without it! */
13#ifdef CPU_PP 13#ifdef CPU_PP
14#if (CONFIG_CPU == PP5024)
15INPUT(target/arm/crt0-pp5024.o)
16#else
17INPUT(target/arm/crt0-pp.o) 14INPUT(target/arm/crt0-pp.o)
18#endif
19#else 15#else
20INPUT(target/arm/crt0.o) 16INPUT(target/arm/crt0.o)
21#endif 17#endif