freemyipod r849 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r848‎ | r849 | r850 >
Date:02:27, 31 December 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: ipodnano2g: Shrink kernel memory space
Modified paths:
  • /emcore/trunk/target/ipodnano2g/ls.x (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano2g/ls.x
@@ -5,9 +5,9 @@
66
77 MEMORY
88 {
9 - INIT : ORIGIN = 0x08000000, LENGTH = 0x01f80000
 9+ INIT : ORIGIN = 0x08000000, LENGTH = 0x01fc0000
1010 SRAM : ORIGIN = 0x22000000, LENGTH = 0x0002bdf0
11 - SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00080000
 11+ SDRAM : ORIGIN = 0x09fc0000, LENGTH = 0x00040000
1212 }
1313
1414 SECTIONS