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

MEMORY {
        RAM_INT (AIW) : ORIGIN = 0x40000000, LENGTH = 64k
        RAM_EXT (AIW) : ORIGIN = 0xa0000000, LENGTH = 32M
        NIRVANA : ORIGIN = 0, LENGTH = 0
}

INCLUDE linkcmds.base