libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.

Closes #2775.
This commit is contained in:
Chris Johns
2016-08-23 11:11:53 +10:00
parent 36fad91f00
commit 89a319a0f8
2 changed files with 2 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ bsp_section_rwbarrier_align = DEFINED (bsp_section_rwbarrier_align) ? bsp_sectio
bsp_vector_table_in_start_section = 1;
bsp_translation_table_base = ORIGIN (RAM_MMU);
bsp_translation_table_end = ORIGIN (RAM_MMU) + LENGTH (RAM_MMU);
INCLUDE linkcmds.armv4

View File

@@ -30,5 +30,6 @@ bsp_section_rwbarrier_align = DEFINED (bsp_section_rwbarrier_align) ? bsp_sectio
bsp_vector_table_in_start_section = 1;
bsp_translation_table_base = ORIGIN (RAM_MMU);
bsp_translation_table_end = ORIGIN (RAM_MMU) + LENGTH (RAM_MMU);
INCLUDE linkcmds.armv4