forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
/**
|
|
* @file
|
|
*
|
|
* @ingroup lpc32xx_linker
|
|
*
|
|
* @brief Linker support.
|
|
*/
|
|
|
|
bsp_translation_table_base = ORIGIN (RAM_MMU);
|
|
|
|
lpc32xx = 0x20020000;
|
|
|
|
lpc32xx_magic_zero_begin = 0x05000000;
|
|
lpc32xx_magic_zero_end = 0x07000000;
|
|
lpc32xx_magic_zero_size = lpc32xx_magic_zero_end - lpc32xx_magic_zero_end;
|
|
|
|
INCLUDE linkcmds.armv4
|