From d8ef7c58d83591bb0660fc4965cf2319fb5a4718 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Mon, 16 Oct 2006 17:21:36 +0000 Subject: 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 --- firmware/boot.lds | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/boot.lds') 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) /* the ipods can't have the crt0.o mentioned here, but the others can't do without it! */ #ifdef CPU_PP -#if (CONFIG_CPU == PP5024) -INPUT(target/arm/crt0-pp5024.o) -#else INPUT(target/arm/crt0-pp.o) -#endif #else INPUT(target/arm/crt0.o) #endif -- cgit v1.2.3