forked from Imagelibrary/rtems
libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.
Closes #2775.
This commit is contained in:
@@ -24,5 +24,6 @@ bsp_section_rwbarrier_align = DEFINED (bsp_section_rwbarrier_align) ? bsp_sectio
|
|||||||
bsp_vector_table_in_start_section = 1;
|
bsp_vector_table_in_start_section = 1;
|
||||||
|
|
||||||
bsp_translation_table_base = ORIGIN (RAM_MMU);
|
bsp_translation_table_base = ORIGIN (RAM_MMU);
|
||||||
|
bsp_translation_table_end = ORIGIN (RAM_MMU) + LENGTH (RAM_MMU);
|
||||||
|
|
||||||
INCLUDE linkcmds.armv4
|
INCLUDE linkcmds.armv4
|
||||||
|
|||||||
@@ -30,5 +30,6 @@ bsp_section_rwbarrier_align = DEFINED (bsp_section_rwbarrier_align) ? bsp_sectio
|
|||||||
bsp_vector_table_in_start_section = 1;
|
bsp_vector_table_in_start_section = 1;
|
||||||
|
|
||||||
bsp_translation_table_base = ORIGIN (RAM_MMU);
|
bsp_translation_table_base = ORIGIN (RAM_MMU);
|
||||||
|
bsp_translation_table_end = ORIGIN (RAM_MMU) + LENGTH (RAM_MMU);
|
||||||
|
|
||||||
INCLUDE linkcmds.armv4
|
INCLUDE linkcmds.armv4
|
||||||
|
|||||||
Reference in New Issue
Block a user