head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.11.04.07.08.53;	author fafa1971;	state Exp;
branches;
next	1.1;
commitid	33ba472d6fe14567;

1.1
date	2007.01.04.02.22.22;	author fafa1971;	state Exp;
branches;
next	;
commitid	34a459c64d94567;


desc
@@


1.2
log
@Modified RAM address from 0x400C0 to 0x4C000
@
text
@MEMORY {
  rom : ORIGIN = 0xFFF0000020, LENGTH = 4096
  ram : ORIGIN = 0x000004C000, LENGTH = 65536
}

SECTIONS {
  .text  : { *(.text)  } > ram
  .data  : { *(.data)  } > ram
  .bss   : { *(.bss)   } > ram
  .stack : { *(.stack) } > ram
}

@


1.1
log
@First version.
@
text
@d3 1
a3 1
  ram : ORIGIN = 0x00000400C0, LENGTH = 65536
@

