summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
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