diff options
Diffstat (limited to 'board/mousse/u-boot.lds.ram')
-rw-r--r-- | board/mousse/u-boot.lds.ram | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/mousse/u-boot.lds.ram b/board/mousse/u-boot.lds.ram index 68c4cca..46b98a0 100644 --- a/board/mousse/u-boot.lds.ram +++ b/board/mousse/u-boot.lds.ram @@ -24,9 +24,9 @@ OUTPUT_ARCH(powerpc) MEMORY { - ram (!rx) : org = 0x00000000 , LENGTH = 8M - code (!rx) : org = 0x00002000 , LENGTH = (4M - 0x2000) - rom (rx) : org = 0xfff00000 , LENGTH = 512K + ram (!rx) : org = 0x00000000 , LENGTH = 8M + code (!rx) : org = 0x00002000 , LENGTH = (4M - 0x2000) + rom (rx) : org = 0xfff00000 , LENGTH = 512K } SECTIONS |