1 # Copyright (C) 2014-2019 Free Software Foundation, Inc.
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved.
8 /* Copyright (C) 2014-2019 Free Software Foundation, Inc.
10 Copying and distribution of this script, with or without modification,
11 are permitted in any medium without royalty provided the copyright
12 notice and this notice are preserved. */
14 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
15 OUTPUT_ARCH("${OUTPUT_ARCH}")
19 rom : ORIGIN = 0x00000300, LENGTH = 16k
20 ram : ORIGIN = 0x00000300 + 16k, LENGTH = 16k
21 ramblk0 : ORIGIN = 0x02026000, LENGTH = 0x1000
22 ramblk1 : ORIGIN = 0x02027000, LENGTH = 0x1000
43 .mdata : AT( ADDR(.const) + SIZEOF(.const) )