source: rtems/bsps/arm/lpc32xx/start/linkcmds.lpc32xx @ 350b07a0

5
Last change on this file since 350b07a0 was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 323 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup lpc32xx_linker
5 *
6 * @brief Linker support.
7 */
8
9bsp_translation_table_base = ORIGIN (RAM_MMU);
10
11lpc32xx = 0x20020000;
12
13lpc32xx_magic_zero_begin = 0x05000000;
14lpc32xx_magic_zero_end = 0x07000000;
15lpc32xx_magic_zero_size = lpc32xx_magic_zero_end - lpc32xx_magic_zero_end;
16
17INCLUDE linkcmds.armv4
Note: See TracBrowser for help on using the repository browser.