summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478
blob: 2edc351fb008c877eeaaf5b9eb67e8a81064bace (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file
 *
 * LPC2478 (QVGA Base Board from Embedded Artists).
 */

MEMORY {
        RAM_INT (AIW) : ORIGIN = 0x40000000, LENGTH = 64k
        RAM_EXT (AIW) : ORIGIN = 0xa0000000, LENGTH = 32M
        ROM_INT (RX)  : ORIGIN = 0x00000000, LENGTH = 512k - 8k
        NIRVANA : ORIGIN = 0, LENGTH = 0
}

INCLUDE linkcmds.base