summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 18:25:41 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 18:25:41 +0000
commit2924a48ca55e0207d939998307d82e4b7f4502f8 (patch)
tree5271d5b8917a5db9778a2cce6b35fe578c75b02b /firmware/boot.lds
parent75a60fbf69fb7d7be5839b35efc8253d682a1c7d (diff)
downloadrockbox-2924a48ca55e0207d939998307d82e4b7f4502f8.tar.gz
rockbox-2924a48ca55e0207d939998307d82e4b7f4502f8.zip
Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8585 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index fc0d2c82c2..2f4594158e 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -52,7 +52,7 @@ INPUT(crt0.o)
52#define FLASHSIZE 256K - ROM_START 52#define FLASHSIZE 256K - ROM_START
53#endif 53#endif
54 54
55#if (CONFIG_CPU!=PP5002) && (CONFIG_CPU!=PP5002) 55#if (CONFIG_CPU!=PP5002) && (CONFIG_CPU!=PP5020)
56MEMORY 56MEMORY
57{ 57{
58 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE 58 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE